mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
getParameters() and friends changed for consistency and namespace cleanliness
This commit is contained in:
parent
47b49c8a68
commit
21e53485dd
1 changed files with 3 additions and 0 deletions
|
@ -90,4 +90,7 @@
|
||||||
#define _php3_stripslashes php_stripslashes
|
#define _php3_stripslashes php_stripslashes
|
||||||
#define php3_dl php_dl
|
#define php3_dl php_dl
|
||||||
|
|
||||||
|
#define getParameters zend_get_parameters
|
||||||
|
#define getParametersArray zend_get_parameters_array
|
||||||
|
|
||||||
#endif /* _PHP_COMPAT_H */
|
#endif /* _PHP_COMPAT_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue