diff options
author | Remi Collet <remi@php.net> | 2013-12-10 16:07:16 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2013-12-10 16:07:16 +0100 |
commit | 3e963f8eb44863ef3d758eabe791190b0fd7bb9a (patch) | |
tree | ed018479c9c958c7971c478b81dbc061096a7fbd /ext/xml/php_xml.h | |
parent | c062c18d426e8b1e4d7e4fabb6a5eae331f6e58b (diff) | |
download | php-git-3e963f8eb44863ef3d758eabe791190b0fd7bb9a.tar.gz |
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)
Diffstat (limited to 'ext/xml/php_xml.h')
0 files changed, 0 insertions, 0 deletions