summaryrefslogtreecommitdiff
path: root/mod_php4.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-09-16 23:18:15 +0000
committerZeev Suraski <zeev@php.net>1999-09-16 23:18:15 +0000
commit98d95dd88eec996ad2608b357dd03bc7930b3fb4 (patch)
tree37e11a02653d9b857dc7659f84e2a809a5b017f7 /mod_php4.c
parent52e769d8835d06af547c7438282fd4c6fcd88583 (diff)
downloadphp-git-98d95dd88eec996ad2608b357dd03bc7930b3fb4.tar.gz
- Added support for unknown POST content types (Zeev)
- Introduce the convert_to_*_ex() API in strlen()
Diffstat (limited to 'mod_php4.c')
-rw-r--r--mod_php4.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod_php4.c b/mod_php4.c
index 77fff0e5d4..1d78fa0e58 100644
--- a/mod_php4.c
+++ b/mod_php4.c
@@ -193,7 +193,9 @@ sapi_module_struct sapi_module = {
NULL, /* send header handler */
sapi_apache_read_post, /* read POST data */
- sapi_apache_read_cookies /* read Cookies */
+ sapi_apache_read_cookies, /* read Cookies */
+
+ STANDARD_SAPI_MODULE_PROPERTIES
};