summaryrefslogtreecommitdiff
path: root/sapi/phttpd
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-11-18 02:44:04 +0000
committerZeev Suraski <zeev@php.net>2000-11-18 02:44:04 +0000
commit030b707296e98813cecb75dba46eca0fa56ef8c8 (patch)
tree6ef3e160ee686043f9d8358b95535fd7e55c9c3e /sapi/phttpd
parent9a0b61a6195433a7115b040b47df03ec46f5117d (diff)
downloadphp-git-030b707296e98813cecb75dba46eca0fa56ef8c8.tar.gz
Update SAPI modules to interface with the new TSRM.
Enable thread-safety memory debugging in ISAPI when in debug mode
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 29733bcfd4..825fd2a3b5 100644
--- a/sapi/phttpd/phttpd.c
+++ b/sapi/phttpd/phttpd.c
@@ -283,7 +283,7 @@ int php_doit(PHLS_D SLS_DC)
int pm_init(const char **argv)
{
- tsrm_startup(1, 1, 0);
+ tsrm_startup(1, 1, 0, NULL);
sapi_startup(&sapi_module);
sapi_module.startup(&sapi_module);