mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
- Nuke php3 legacy
This commit is contained in:
parent
a05e8e335d
commit
a208d9a966
86 changed files with 118 additions and 118 deletions
|
@ -60,7 +60,7 @@ PHP_FUNCTION(apache_get_modules);
|
|||
PHP_MINFO_FUNCTION(apache);
|
||||
|
||||
|
||||
function_entry apache_functions[] = {
|
||||
zend_function_entry apache_functions[] = {
|
||||
PHP_FE(virtual, NULL)
|
||||
PHP_FE(apache_request_headers, NULL)
|
||||
PHP_FE(apache_note, NULL)
|
||||
|
@ -1286,7 +1286,7 @@ PHP_FUNCTION(apache_request_send_header_field)
|
|||
|
||||
/* {{{ php_apache_request_class_functions
|
||||
*/
|
||||
static function_entry php_apache_request_class_functions[] = {
|
||||
static zend_function_entry php_apache_request_class_functions[] = {
|
||||
/* string slots */
|
||||
PHP_FALIAS(args, apache_request_args, NULL)
|
||||
PHP_FALIAS(boundary, apache_request_boundary, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue