summaryrefslogtreecommitdiff
path: root/config.w32
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-02-22 13:23:16 +0100
committerBen Fuhrmannek2016-02-22 13:23:16 +0100
commit759139184a4e322c561de889484f7de3d181756f (patch)
tree34f0ceac20058b7f96c003be588c5c7c40bade75 /config.w32
parente668d3495dce6e33855266fc830fc27b1a003689 (diff)
removed TSRMLS
Diffstat (limited to 'config.w32')
-rw-r--r--config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/config.w32 b/config.w32
index 686fe73..eefaedf 100644
--- a/config.w32
+++ b/config.w32
@@ -8,6 +8,6 @@
8// ARG_ENABLE("suhosin7", "enable suhosin7 support", "no"); 8// ARG_ENABLE("suhosin7", "enable suhosin7 support", "no");
9 9
10if (PHP_SUHOSIN7 != "no") { 10if (PHP_SUHOSIN7 != "no") {
11 EXTENSION("suhosin7", "suhosin7.c", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); 11 EXTENSION("suhosin7", "suhosin7.c", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_ACHE=1");
12} 12}
13 13