Browse Source

- Only compile if building a thread safe version

PHP-4.0.5
Andi Gutmans 27 years ago
parent
commit
09d281ff62
  1. 3
      TSRM/TSRM.c

3
TSRM/TSRM.c

@ -13,6 +13,7 @@
+----------------------------------------------------------------------+
*/
#ifdef ZTS
#include "TSRM.h"
#include <stdio.h>
@ -454,3 +455,5 @@ void tsrm_debug_set(int status)
{
tsrm_debug_status = status;
}
#endif /* TSRM */
Loading…
Cancel
Save