summaryrefslogtreecommitdiff
path: root/sapi/phttpd
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-02-02 17:19:36 +0000
committerAndrei Zmievski <andrei@php.net>2000-02-02 17:19:36 +0000
commita6748c555e30635bdb6629cec4f9741fbeba7427 (patch)
tree64baf9ec4b0ac6c133d325c5fed296d7bb182aba /sapi/phttpd
parent254fdd754c5edee3ef6d2b6fe8edad8e989bbc04 (diff)
downloadphp-git-a6748c555e30635bdb6629cec4f9741fbeba7427.tar.gz
Fixed SAPI modules to properly register their related modules.
Diffstat (limited to 'sapi/phttpd')
-rw-r--r--sapi/phttpd/phttpd.c2
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");