diff options
author | Stig Bakken <ssb@php.net> | 2001-10-12 12:11:48 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-10-12 12:11:48 +0000 |
commit | 0cee8df65e42ee4ab3f88cce30e1a19c46914afc (patch) | |
tree | 14001f69f2b2c3895e5a552d78f782cca612a325 /sapi/pi3web | |
parent | 838a7a9566a5f4f41c2b69518f457157ca26e979 (diff) | |
download | php-git-0cee8df65e42ee4ab3f88cce30e1a19c46914afc.tar.gz |
* fix module struct in rest of sapi modules
Diffstat (limited to 'sapi/pi3web')
-rw-r--r-- | sapi/pi3web/pi3web_sapi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index 5d31a7fa1a..b3fb21c196 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -121,6 +121,7 @@ static void php_info_pi3web(ZEND_MODULE_INFO_FUNC_ARGS) static zend_module_entry php_pi3web_module = { + STANDARD_MODULE_HEADER, "PI3WEB", NULL, NULL, @@ -128,6 +129,7 @@ static zend_module_entry php_pi3web_module = { NULL, NULL, php_info_pi3web, + NULL, STANDARD_MODULE_PROPERTIES }; |