]> granicus.if.org Git - php/commitdiff
Make TSRM compile again. ZTS is defined by a header file included in
authorSascha Schumann <sas@php.net>
Tue, 6 Jun 2000 00:16:16 +0000 (00:16 +0000)
committerSascha Schumann <sas@php.net>
Tue, 6 Jun 2000 00:16:16 +0000 (00:16 +0000)
tsrm_config.h, so TSRM.o was always empty.

TSRM/TSRM.c

index 76c005a72c469a2855aefed18d6b6e6a749fcb3f..b95384b9e3cb255680d611fd942ff73c8c81eaca 100644 (file)
@@ -13,8 +13,6 @@
    +----------------------------------------------------------------------+
 */
 
-#ifdef ZTS
-
 #include "TSRM.h"
 #include <stdio.h>
 #include <stdlib.h>
@@ -455,5 +453,3 @@ void tsrm_debug_set(int status)
 {
        tsrm_debug_status = status;
 }
-
-#endif /* TSRM */