History log of /PHP-7.3/Zend/zend_builtin_functions.c (Results 251 – 275 of 738)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.26
# dc961407 03-Mar-2014 Xinchen Hui

Fixed typo in get_extension_funcs


# e1d1be14 03-Mar-2014 Xinchen Hui

Fixed NULL pointer dereference


# 66399028 28-Feb-2014 Dmitry Stogov

Fixed get_defined_functions()


# 3696e038 27-Feb-2014 Dmitry Stogov

Various fixes related to read_property(), read_dimension() and iterators refactoring


Revision tags: php-5.6.0alpha3
# fdd1f74e 25-Feb-2014 Dmitry Stogov

Fixed debug backtrace


# 639e4e1a 25-Feb-2014 Dmitry Stogov

Changes zend_is_callable() to use zend_string* instead of char*


# 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 ...


1...<<11121314151617181920>>...30