History log of /PHP-7.3/Zend/zend_builtin_functions.c (Results 276 – 300 of 738)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# 4954aba2 22-Sep-2012 Nikita Popov

Revert error/exception handler changes

This reverts the following two commits:

* 6ba2e662e447f369c6e7686e8b39dde033fd5334
* d8f8e98d8e0493adf1fae622595bd3435bdbf835

L

Revert error/exception handler changes

This reverts the following two commits:

* 6ba2e662e447f369c6e7686e8b39dde033fd5334
* d8f8e98d8e0493adf1fae622595bd3435bdbf835

Laruence already did some partial changes to set_error_handler and
set_exception_handler. I'm reverting those modifications to apply the full
set of changes. (The modifications changed the code structure in a way that
would lead to more duplication with the new behavior.)

show more ...


# 6ba2e662 24-Mar-2012 Xinchen Hui

Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)

The previous commit was reverted as Stas ask, so only commit this
to Truk now.


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