mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- nuke php3 legacy
This commit is contained in:
parent
f53c892557
commit
a05e8e335d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ static unsigned int php_sapi_filter(int arg, char *var, char **val, unsigned int
|
|||
|
||||
/* {{{ filter_functions[]
|
||||
*/
|
||||
function_entry filter_functions[] = {
|
||||
zend_function_entry filter_functions[] = {
|
||||
PHP_FE(input_get, NULL)
|
||||
PHP_FE(input_filters_list, NULL)
|
||||
PHP_FE(input_has_variable, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue