diff options
| author | Andrei Zmievski <andrei@php.net> | 2000-02-02 06:09:00 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 2000-02-02 06:09:00 +0000 |
| commit | f0f00daa9269bb0415aa6d7f20ceff3d05a7c804 (patch) | |
| tree | 88ca39415d593cc83fe3e7a0c220ed1168291566 /main/internal_functions_registry.h | |
| parent | 135eb2212497435b19b9b34d1aedc88202c28842 (diff) | |
| download | php-git-f0f00daa9269bb0415aa6d7f20ceff3d05a7c804.tar.gz | |
Moved ext/apache into sapi/apache.
Diffstat (limited to 'main/internal_functions_registry.h')
| -rw-r--r-- | main/internal_functions_registry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/internal_functions_registry.h b/main/internal_functions_registry.h index cedea2ba1c..7152eb8b16 100644 --- a/main/internal_functions_registry.h +++ b/main/internal_functions_registry.h @@ -25,6 +25,7 @@ extern int php_init_mime(INIT_FUNC_ARGS); +#if 0 #if APACHE extern zend_module_entry apache_module_entry; #define phpext_apache_ptr &apache_module_entry @@ -32,6 +33,7 @@ extern void php_virtual(INTERNAL_FUNCTION_PARAMETERS); #else #define phpext_apache_ptr NULL #endif +#endif /* environment functions */ extern int php_init_environment(void); |
