summaryrefslogtreecommitdiff
path: root/ext/zend_test/config.w32
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-03-11 00:33:32 +0100
committerJoe Watkins <krakjoe@php.net>2017-03-12 18:58:50 +0000
commitb3ca0c25003e5e9279159aa2e6460b25908332c4 (patch)
treeb47666ad94b030fe31820d3e4f325788f5ae1a5f /ext/zend_test/config.w32
parentea91c082328c6f93f20a078896c16c2051061f47 (diff)
downloadphp-git-b3ca0c25003e5e9279159aa2e6460b25908332c4.tar.gz
zend-test extension to house code that is required for testing internal APIs, but that we would not want to expose for regular builds
Diffstat (limited to 'ext/zend_test/config.w32')
-rw-r--r--ext/zend_test/config.w328
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/zend_test/config.w32 b/ext/zend_test/config.w32
new file mode 100644
index 0000000000..9b1574ef4e
--- /dev/null
+++ b/ext/zend_test/config.w32
@@ -0,0 +1,8 @@
+// vim:ft=javascript
+
+ARG_ENABLE("zend-test", "enable zend-test extension", "no");
+
+if (PHP_ZEND_TEST != "no") {
+ EXTENSION("zend_test", "test.c", PHP_ZEND_TEST_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
+}
+