History log of /PHP-7.3/Zend/zend_builtin_functions.c (Results 101 – 125 of 738)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7aa76271 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


Revision tags: php-5.6.11RC1, php-5.5.27RC1
# 1201be39 24-Jun-2015 Rasmus Lerdorf

3rd arg to define() is optional


# 41774bce 23-Jun-2015 Rasmus Lerdorf

Fix more minor mistakes in the proto comments


# f4d08d8e 23-Jun-2015 Rasmus Lerdorf

Fix incorrect protos


Revision tags: php-7.0.0alpha2
# ed418312 22-Jun-2015 Dmitry Stogov

Revert "Fix arginfo for built-in engine functions"

This reverts commit d2356541d0386e3f0b6d593e2cc046ced68ff050.


# 3db071db 22-Jun-2015 Dmitry Stogov

Revert "Fix set_error_handler() arginfo"

This reverts commit b5240280b089acad03616987cee4bb76d94c8c56.


# 82b92cfa 22-Jun-2015 Dmitry Stogov

Revert "And actually use this new arginfo data"

This reverts commit 932c95fb3106d0f3fd742e3f2a01f749f6d69182.


# 539593ce 22-Jun-2015 Dmitry Stogov

Revert "Fix each() arginfo"

This reverts commit 19fd124bcf2380f8e928795d1fe1900a02635298.


# 9a68fe51 22-Jun-2015 Dmitry Stogov

Revert "Fix genarginfo to respect by-ref passing"

This reverts commit db6990a91b2ca931074b29886c7f7819b14bb021.


# 13d5893c 22-Jun-2015 Dmitry Stogov

Revert "Several return type fixes, still not completed... Incomplete prototypes :-/"

This reverts commit 851b95fc4911bcd0c88810a91367f2294ea5b6c1.


# 851b95fc 22-Jun-2015 Bob Weinand

Several return type fixes, still not completed... Incomplete prototypes :-/


# db6990a9 22-Jun-2015 Bob Weinand

Fix genarginfo to respect by-ref passing


# 19fd124b 22-Jun-2015 Bob Weinand

Fix each() arginfo


# 932c95fb 22-Jun-2015 Rasmus Lerdorf

And actually use this new arginfo data


# b5240280 22-Jun-2015 Rasmus Lerdorf

Fix set_error_handler() arginfo


# d2356541 22-Jun-2015 Rasmus Lerdorf

Fix arginfo for built-in engine functions


# 4a6e1345 17-Jun-2015 Dmitry Stogov

Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass (and other classes without predefined properties).


# 1c754f0b 12-Jun-2015 Dmitry Stogov

Get rid of more ZVAL_ZVAL() macros


# 8e10e8f9 12-Jun-2015 Dmitry Stogov

Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few places).
Switch from ZVAL_ZVAL() to simpler macros where possible (it makes sense to review remaining places)


Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42
# 33721742 03-Jun-2015 Willian Gustavo Veiga

Added "exclude_disabled" argument to "get_defined_functions".


# 97883233 30-May-2015 Willian Gustavo Veiga

Fix bug #31875 - get_defined_functions() should not list disabled functions.


Revision tags: POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1
# ca64b41b 21-May-2015 Dmitry Stogov

Fixed zend_update_class_constants() to always resolve all constants.
Call zend_update_class_constants() only when necessary.


Revision tags: php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1
# 9a1797d4 26-Apr-2015 Nikita Popov

Revert unrelated changes / rebase fixup


# 49608e06 26-Apr-2015 krakjoe

Rebase Joe's anon classes implementation


# 49cf7c5d 23-Apr-2015 Dmitry Stogov

Don't propogate "fake" EX(called_scope) and EX(This) into each internal function.
They need quite seldom and it's cheaper to get them from corresponfing upper stack frame.


12345678910>>...30