From a6748c555e30635bdb6629cec4f9741fbeba7427 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 2 Feb 2000 17:19:36 +0000 Subject: Fixed SAPI modules to properly register their related modules. --- sapi/phttpd/phttpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/phttpd') 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"); -- cgit v1.2.1