diff options
Diffstat (limited to 'sapi/phttpd')
| -rw-r--r-- | sapi/phttpd/phttpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c index 62e3edc0c8..57d14e9639 100644 --- a/sapi/phttpd/phttpd.c +++ b/sapi/phttpd/phttpd.c @@ -50,7 +50,7 @@ php_phttpd_startup(sapi_module_struct *sapi_module) { /* if(php_module_startup(sapi_module) == FAILURE - || zend_register_module(&php_aolserver_module) == FAILURE) { + || zend_startup_module(&php_aolserver_module) == FAILURE) { */ fprintf(stderr,"***php_phttpd_startup\n"); |
