summaryrefslogtreecommitdiff
path: root/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'config.w32')
-rw-r--r--config.w322
1 files changed, 0 insertions, 2 deletions
diff --git a/config.w32 b/config.w32
index eefaedf..330afed 100644
--- a/config.w32
+++ b/config.w32
@@ -1,4 +1,3 @@
1// $Id$
2// vim:ft=javascript 1// vim:ft=javascript
3 2
4// If your extension references something external, use ARG_WITH 3// If your extension references something external, use ARG_WITH
@@ -10,4 +9,3 @@
10if (PHP_SUHOSIN7 != "no") { 9if (PHP_SUHOSIN7 != "no") {
11 EXTENSION("suhosin7", "suhosin7.c", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_ACHE=1"); 10 EXTENSION("suhosin7", "suhosin7.c", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_ACHE=1");
12} 11}
13