History log of /PHP-7.1/Zend/zend_builtin_functions.c (Results 226 – 250 of 690)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20
# 91a9569d 13-Sep-2013 Nikita Popov

Fix two warnings


# 96b1c214 13-Sep-2013 Nikita Popov

Provide more macros for handling of interned strings

* str_erealloc behaves like erealloc for normal strings, but will
use emalloc+memcpy for interned strings.
* str_estrndup be

Provide more macros for handling of interned strings

* str_erealloc behaves like erealloc for normal strings, but will
use emalloc+memcpy for interned strings.
* str_estrndup behaves like estrndup for normal strings, but will
not copy interned strings.
* str_strndup behaves like zend_strndup for normal strings, but
will not copy interned strings.
* str_efree_rel behaves like efree_rel for normal strings, but
will not free interned strings.
* str_hash will return INTERNED_HASH for interned strings and
compute it using zend_hash_func for normal strings.

show more ...


Revision tags: php-5.5.4RC1, php-5.4.20RC1
# dfc6feb6 29-Aug-2013 Dmitry Stogov

Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien)


Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2
# 8d86597d 23-Jul-2013 Veres Lajos

non living code related typo fixes


# b9632494 20-Jul-2013 Arpad Ray

Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait

Also fix and test for get_defined_constants(true)


# a015fa83 19-Jul-2013 Arpad Ray

Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait


Revision tags: php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15
# 3411fbbc 26-Apr-2013 David Soria Parra

Fix implicit uint* to int* conversion warning


Revision tags: php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2
# 7dce0194 21-Mar-2013 Xinchen Hui

Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11)


Revision tags: php-5.5.0beta1
# 984561cf 19-Mar-2013 Dmitry Stogov

Partial fix for bug #64239


# 4a629150 19-Mar-2013 Dmitry Stogov

Fixed bug #62343 (Show class_alias In get_declared_classes())


Revision tags: php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11
# 62059c16 14-Jan-2013 Xinchen Hui

Fixed bug #63980 (object members get trimmed by zero bytes)


Revision tags: php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# 831fbcf3 01-Jan-2013 Xinchen Hui

Happy New Year


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1
# 5c7dd781 24-Mar-2012 Nikita Popov

Simplify set_error_handler/set_exception_handler code


# f28c128b 24-Mar-2012 Nikita Popov

Return previous error handler when resetting the error handler

set_error_handler(null) and set_exception_handler(null) now return the
previous error/exception handler instead of just ret

Return previous error handler when resetting the error handler

set_error_handler(null) and set_exception_handler(null) now return the
previous error/exception handler instead of just returning bool(true).
This is consistent with the behavior of these functions with non-null
values.

show more ...


# c815dd74 24-Mar-2012 Nikita Popov

Allow resetting the error handler

This allows the error handler to be reset using set_error_handler(null).
As the code suggests this behavior was already previously intended, but
the

Allow resetting the error handler

This allows the error handler to be reset using set_error_handler(null).
As the code suggests this behavior was already previously intended, but
the callback check was done too strictly.

show more ...


12345678910>>...28