History log of /PHP-7.3/main/main.c (Results 151 – 175 of 1107)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE
# 6463bc5b 14-Aug-2014 Dmitry Stogov

Fixed mode


# c78a1734 14-Aug-2014 Dmitry Stogov

Fixed compilation warnings


Revision tags: php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1
# 24d7fc2b 01-Aug-2014 Andrea Faulds

Added PHP_INT_MIN


Revision tags: php-5.3.29RC1
# 72753068 31-Jul-2014 Dmitry Stogov

Fixed check for eval()


Revision tags: php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1
# 5aa91be5 07-Jul-2014 Dmitry Stogov

Simplify call-frame handling


# 6bf24f4d 04-Jul-2014 Dmitry Stogov

Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data)


# 63c057e3 02-Jul-2014 Dmitry Stogov

Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)


# 4b09dd69 02-Jul-2014 Dmitry Stogov

Removed EG(active_op_array) and use corresponding value from EG(current_execute_data)


Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13
# 6ad1d7d8 15-May-2014 Pierre Joye

forgot that hash uses ending 0


# 36544676 15-May-2014 Pierre Joye

zend_hash_del>zend_hash_str_del


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


12345678910>>...45