History log of /PHP-7.3/Zend/zend_API.c (Results 276 – 300 of 897)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c2082ece 25-May-2014 Xinchen Hui

Fixed apply_func_t (they should be broken before)


# 3e131b41 15-May-2014 Dmitry Stogov

Fixed memory leaks


# c446e575 14-May-2014 Dmitry Stogov

ext/soap support for phpng (incomplete - just compilable)


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# 075a6ced 13-May-2014 Xinchen Hui

Save one type checking if the type is already string


# f089be82 12-May-2014 Dmitry Stogov

Fixed wrong buffer length (added place for terminating zero)


# 0c6a6f0f 07-May-2014 Dmitry Stogov

Re-applyed Bob's patch with minor fixes


# 4ecc5279 06-May-2014 Dmitry Stogov

Reverted Bob's patch (it breaks many tests when run with opcache and needs to be fixed first).


# 4d8c59f0 06-May-2014 Nikita Popov

Fix parse_method_params


# ccc2c8ae 06-May-2014 Nikita Popov

Fix error message in parse_method_params


# f3c1881f 06-May-2014 Bob Weinand

Re-added fix for bug #66015 and adapted for phpng branch


# bea30846 05-May-2014 Xinchen Hui

Refactor Zip (1 test failed)


Revision tags: php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28
# 5864ce8a 22-Apr-2014 Dmitry Stogov

Fixed compilation warnings


# 0d43a277 21-Apr-2014 Nikita Popov

Use zval_get_string in a few more places


# acd77dec 21-Apr-2014 Dmitry Stogov

Use alloca() for temporary allocation


# 7652a977 18-Apr-2014 Dmitry Stogov

Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_hash_move_forward() and family.


# e96073b1 17-Apr-2014 Dmitry Stogov

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal no

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly.
Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.

show more ...


Revision tags: php-5.4.28RC1
# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)


Revision tags: php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# a0690ff2 15-Apr-2014 Xinchen Hui

Fixed zend_object_get_t in simpleXML


# 35b895fd 11-Apr-2014 Bob Weinand

Removed useless void* parameter and replaced with zend_bool on zval_update_constant* functions


# f614fc68 11-Apr-2014 Bob Weinand

Fix bug #66015 by reverting "Removed operations on constant arrays."


Revision tags: php-5.6.0beta1
# 20f2e598 09-Apr-2014 Nikita Popov

Fix ZTS build

This only makes it compile, it doesn't actually work, presumably
because interned strings are assumed in some places.


# 7402af38 08-Apr-2014 Dmitry Stogov

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and o

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves.

show more ...


# 3bc8810b 03-Apr-2014 Dmitry Stogov

Constant duplication optimization
Argument receiving optimization


1...<<11121314151617181920>>...36