History log of /PHP-7.2/Zend/zend_builtin_functions.c (Results 226 – 250 of 707)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 71dac3d5 25-Feb-2014 Xinchen Hui

Don't add_ref in add_*_str functions


# fea971e1 24-Feb-2014 Dmitry Stogov

Better IS_REFERENCE handling


# 0907f22b 24-Feb-2014 Dmitry Stogov

Fixed debug_backtrace


# 789eb6df 24-Feb-2014 Dmitry Stogov

Fixed create_function()


# 3496950e 21-Feb-2014 Dmitry Stogov

Fixed get_object_vars()


# 388e60a2 19-Feb-2014 Xinchen Hui

Fixed segfault in 017.phpt(a memory leak is reported now)


# 8bae1daa 19-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 9067dbcd 19-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 557994d5 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.4.26RC1, php-5.5.10RC1
# 9e6c0c6a 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 7428cac6 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 2b9b9afa 17-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 17bf59f8 14-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


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
# 3e963f8e 10-Dec-2013 Remi Collet

Fixed Bug #66218 zend_register_functions breaks reflection

Functions registered using zend_register_functions instead of zend_module_entry.functions are not seen on reflection.

Ex:

Fixed Bug #66218 zend_register_functions breaks reflection

Functions registered using zend_register_functions instead of zend_module_entry.functions are not seen on reflection.

Ex: additional_functions from api_module_entry.
Ex: in CLI, dl, cli_set_process_title and cli_get_process_title

Note:
- also affects functions overrided in extension
(should be be reported in extension, where overrided, not in original extension)
- also allow extension to call zend_register_functions for various list
(instead of having a single bug list)

show more ...


# a46f644b 10-Dec-2013 Dmitry Stogov

Revered func_get_args() changes, because they were not completly transparent and broke some tricky PHP code that worked because of luck before php-5.5.6 (see Bug #66107). The changes are going to be

Revered func_get_args() changes, because they were not completly transparent and broke some tricky PHP code that worked because of luck before php-5.5.6 (see Bug #66107). The changes are going to be kept in PHP-5.6.

show more ...


# 6c2a8068 28-Nov-2013 Dmitry Stogov

Avoid interned hash key duplication and hash key length recaclulation


Revision tags: php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6
# 9647c61d 06-Nov-2013 Dmitry Stogov

Constant expressions refactoring


# b45043a1 01-Nov-2013 Bob Weinand

converted several switches to ifs and made more opcache friendly


# 23617458 31-Oct-2013 Bob Weinand

Working commit for constant scalar expressions (with constants).
Tests will follow.


Revision tags: php-5.4.22RC1, php-5.5.6RC1
# d86b5f01 28-Oct-2013 Nikita Popov

Avoid copy in func_get_arg()

Complements dmitry's change to func_get_args()


# 91b8a675 28-Oct-2013 Dmitry Stogov

Improved performance of func_get_args() by eliminating useless copying


12345678910>>...29