summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-01-03 11:56:00 +0000
committerZeev Suraski <zeev@php.net>2001-01-03 11:56:00 +0000
commit60776dbeebf2b89d6c692104102b41d1ec158e28 (patch)
treea4cbee0d3ae4b80d0b63f2693cfd2a31b8d71645 /main/SAPI.h
parent795025e0dcded54192b53128e0fb9d28621ea805 (diff)
downloadphp-git-60776dbeebf2b89d6c692104102b41d1ec158e28.tar.gz
Fix Apache module and remove excess elements from the SAPI structure
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 4e9ada0278..89e426cd43 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -224,7 +224,7 @@ struct _sapi_post_entry {
SAPI_POST_READER_FUNC(sapi_read_standard_form_data);
SAPI_POST_READER_FUNC(php_default_post_reader);
-#define STANDARD_SAPI_MODULE_PROPERTIES NULL, NULL
+#define STANDARD_SAPI_MODULE_PROPERTIES NULL
#endif /* SAPI_H */