mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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.
This commit is contained in:
parent
fcc08ce19f
commit
cb2884679c
3 changed files with 5 additions and 64 deletions
|
@ -253,8 +253,6 @@ typedef struct _zend_fcall_info_cache {
|
|||
ZEND_API int zend_next_free_module(void);
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
ZEND_API int zend_get_parameters(int ht, int param_count, ...);
|
||||
ZEND_API ZEND_ATTRIBUTE_DEPRECATED int zend_get_parameters_ex(int param_count, ...);
|
||||
ZEND_API int _zend_get_parameters_array_ex(int param_count, zval *argument_array);
|
||||
|
||||
/* internal function to efficiently copy parameters when executing __call() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue