]> granicus.if.org Git - php/commit
Remove zend_get_parameters(_ex) APIs
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 30 Oct 2017 21:00:42 +0000 (22:00 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 30 Oct 2017 21:00:42 +0000 (22:00 +0100)
commitcb2884679c25a40fb6edbccc598411dcf0cff9bc
treecd8cae8d88ce616a3eeac377166377cd7afe2387
parentfcc08ce19f39f7ab1381ecc8a010037d41819329
Remove zend_get_parameters(_ex) APIs

zend_get_parameters_ex() has been marked as deprecated for a long
time already. What zend_get_paramers() does is even more
questionable under PHP7. Both functions are obsoleted by the ZPP
mechanism, so I'm dropping them.
UPGRADING.INTERNALS
Zend/zend_API.c
Zend/zend_API.h