History log of /PHP-7.3/ext/reflection/php_reflection.c (Results 251 – 275 of 698)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 897a4d25 17-Mar-2014 Xinchen Hui

Refactor reflection_object to fix bug after default_properties changed


# 466dbfee 17-Mar-2014 Xinchen Hui

Fixed NULL pointer dereference


Revision tags: php-5.5.10
# 37337373 05-Mar-2014 Dmitry Stogov

Handle interned strings as non-refcounted scalars


Revision tags: php-5.4.26
# 040dea8b 05-Mar-2014 Dmitry Stogov

Arguments taken by internal functions using zend_parse_parameters() with "+" and "*" specifications must not be deallocated anymore.


# 19670c2b 04-Mar-2014 Dmitry Stogov

Fixied calling object closures from internal functions


# 6ed82f71 02-Mar-2014 Xinchen Hui

Use zend_string to avoid memleak


# 8cb468d5 02-Mar-2014 Xinchen Hui

Fixed wrong condition (introduced by previous ci)


# 18363f42 02-Mar-2014 Xinchen Hui

Fixed invalid free


# 35742a74 02-Mar-2014 Xinchen Hui

Fixed zend_string


# 4eeee08e 02-Mar-2014 Xinchen Hui

Fixed getClosureThis()


# 30c20084 02-Mar-2014 Xinchen Hui

Fixed memory leak


# 26e993a7 02-Mar-2014 Xinchen Hui

Fixed zend_string


# 8d2c1f58 02-Mar-2014 Xinchen Hui

Fixed refcounting


# ff5870a2 02-Mar-2014 Xinchen Hui

Fixed reflection (incompeleted)


# b353d5ab 28-Feb-2014 Xinchen Hui

Fixed un-initilized iterator in DirectoyItrator


# a5ce7d52 28-Feb-2014 Xinchen Hui

Revert "Move zend_objects_store_put out of zend_object_std_init"

This reverts commit 8ced4f0ac906fd9a28b968801487630326c45bc8.


# 8ced4f0a 28-Feb-2014 Xinchen Hui

Move zend_objects_store_put out of zend_object_std_init


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

Reflection related fixes


# c077742b 25-Feb-2014 Dmitry Stogov

Fixed reflection object destruction


Revision tags: php-5.4.26RC1, php-5.5.10RC1, 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 ...


Revision tags: php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6
# b45043a1 01-Nov-2013 Bob Weinand

converted several switches to ifs and made more opcache friendly


1...<<11121314151617181920>>...28