mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Nuke php3 legacy
This commit is contained in:
parent
a05e8e335d
commit
a208d9a966
86 changed files with 118 additions and 118 deletions
|
@ -240,7 +240,7 @@ static void php_info_aolserver(ZEND_MODULE_INFO_FUNC_ARGS)
|
|||
|
||||
PHP_FUNCTION(getallheaders);
|
||||
|
||||
static function_entry aolserver_functions[] = {
|
||||
static zend_function_entry aolserver_functions[] = {
|
||||
PHP_FE(getallheaders, NULL)
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue