diff options
| author | Zeev Suraski <zeev@php.net> | 2000-11-18 02:44:04 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-11-18 02:44:04 +0000 |
| commit | 030b707296e98813cecb75dba46eca0fa56ef8c8 (patch) | |
| tree | 6ef3e160ee686043f9d8358b95535fd7e55c9c3e /sapi/roxen | |
| parent | 9a0b61a6195433a7115b040b47df03ec46f5117d (diff) | |
| download | php-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/roxen')
| -rw-r--r-- | sapi/roxen/roxen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c index 4b6feac3b0..8d4e1d66b0 100644 --- a/sapi/roxen/roxen.c +++ b/sapi/roxen/roxen.c @@ -703,7 +703,7 @@ void pike_module_init( void ) { if (!roxen_php_initialized) { #ifdef ZTS - tsrm_startup(1, 1, 0); + tsrm_startup(1, 1, 0, NULL); #ifdef ROXEN_USE_ZTS roxen_globals_id = ts_allocate_id(sizeof(php_roxen_request), NULL, NULL); #endif |
