summaryrefslogtreecommitdiff
path: root/config.w32
blob: 330afed30c6010b08c8bfe3b4af9e8d49cec39f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// vim:ft=javascript

// If your extension references something external, use ARG_WITH
// ARG_WITH("suhosin7", "for suhosin7 support", "no");

// Otherwise, use ARG_ENABLE
// ARG_ENABLE("suhosin7", "enable suhosin7 support", "no");

if (PHP_SUHOSIN7 != "no") {
	EXTENSION("suhosin7", "suhosin7.c", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_ACHE=1");
}