History log of /PHP-8.0/main/main.c (Results 251 – 275 of 1197)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# 88c550a7 09-May-2014 Xinchen Hui

Added vstrpprintf strpprintf to avoid duplicate string

(the function name maybe improvement)


Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27
# 6b2ed577 01-Apr-2014 Dmitry Stogov

Avoid unnecessry reallocations


Revision tags: php-5.5.11
# a84e5dc3 24-Mar-2014 Yasuo Ohgaki

Remove unneeded string copy.
Allow to set ''(empty string values) internal/input/output_encoding for better compatibility. i.e. Runtime INI value changes.
More compliance to the RFC. Improve/

Remove unneeded string copy.
Allow to set ''(empty string values) internal/input/output_encoding for better compatibility. i.e. Runtime INI value changes.
More compliance to the RFC. Improve/add encoding handling tests. i.e. Rather than set encoding automagic way, detect it.

show more ...


# 887189ca 26-Mar-2014 Dmitry Stogov

Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing


Revision tags: php-5.5.11RC1, php-5.4.27RC1
# 811a523c 17-Mar-2014 Dmitry Stogov

Fixed error logging with date


# aa5f5530 17-Mar-2014 Dmitry Stogov

Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*


# f0989e33 07-Mar-2014 Dmitry Stogov

Fixed char*/zend_string* inconsistency


Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3
# 93428dc6 24-Feb-2014 Xinchen Hui

Refactor base64 to returning zend_string


Revision tags: php-5.4.26RC1, php-5.5.10RC1
# 7428cac6 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 1c4f3d39 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 4d6ff31c 17-Feb-2014 Dmitry Stogov

emalloced interned strings have to be deallocated before memory manager shutdown


# 40e053e7 13-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# cbd108ab 13-Feb-2014 Yasuo Ohgaki

Implement RFC https://wiki.php.net/rfc/default_encoding


Revision tags: php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28
# 729f85fa 27-Nov-2013 Michael Wallner

add 'never'


Revision tags: php-5.5.7RC1, php-5.4.23RC1
# 4153c23e 26-Nov-2013 Michael Wallner

s/BOOLEAN/ENTRY/


# 3641507f 26-Nov-2013 Michael Wallner

re-introduce always_populate_raw_post_data


# 1433dec2 12-Dec-2013 Kalle Sommer Nielsen

Kill another TSRMLS_FETCH() in zend_indent()


# de3b9bc7 04-Dec-2013 Adam Harvey

Renumber the comments in php_request_shutdown() to be in order.

What, me OCD?


# 00a7b1ff 04-Dec-2013 Sara Golemon

Fix php_module_startup() when loading more than one additional module

Dereferencing addition_modules within php_module_startup would
point to a vector entirely on the stack (which is of

Fix php_module_startup() when loading more than one additional module

Dereferencing addition_modules within php_module_startup would
point to a vector entirely on the stack (which is of course, wrong).

Use a specialized helper to keep BC with the current php_module_startup()
calling semantics.

Fixes 63159
Thanks to @a-j-k

show more ...


# 9e3551ba 18-Nov-2013 Kalle Sommer Nielsen

Eliminated the TSRMLS_FETCH() in zend_set_memory_limit()


Revision tags: php-5.4.22, php-5.5.6
# 39e7dcc3 31-Oct-2013 Anatol Belski

back to do_alloca()


1...<<11121314151617181920>>...48