diff options
| author | Andrei Zmievski <andrei@php.net> | 2000-02-02 17:19:36 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 2000-02-02 17:19:36 +0000 |
| commit | a6748c555e30635bdb6629cec4f9741fbeba7427 (patch) | |
| tree | 64baf9ec4b0ac6c133d325c5fed296d7bb182aba /sapi/phttpd | |
| parent | 254fdd754c5edee3ef6d2b6fe8edad8e989bbc04 (diff) | |
| download | php-git-a6748c555e30635bdb6629cec4f9741fbeba7427.tar.gz | |
Fixed SAPI modules to properly register their related modules.
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"); |
