- Nuke php3 legacy

This commit is contained in:
foobar 2005-12-06 02:28:26 +00:00
parent a05e8e335d
commit a208d9a966
86 changed files with 118 additions and 118 deletions

View file

@ -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)