summaryrefslogtreecommitdiff
path: root/win32/build/config.w32
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-10-29 02:27:13 +0200
committerAnatol Belski <ab@php.net>2016-10-29 02:27:13 +0200
commit9112e29890af32f6916e18d30894c1e0123ca0ef (patch)
treeb7da0ee2ecbb7dfd7b641dedea16a282c9cc9b14 /win32/build/config.w32
parent1667acbf7208b1eb3fc708f2f1eee6b356bf605d (diff)
parent3f35078857df0474daba0812307576b2b47e6922 (diff)
downloadphp-git-9112e29890af32f6916e18d30894c1e0123ca0ef.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: generate test ini file, so shared exts are loaded for nmake test additional env is generated for phpize, too
Diffstat (limited to 'win32/build/config.w32')
-rw-r--r--win32/build/config.w327
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32
index c727cf8081..188c1dc9e2 100644
--- a/win32/build/config.w32
+++ b/win32/build/config.w32
@@ -303,3 +303,10 @@ ARG_WITH("all-shared", "Force all the non obligatory extensions to be shared", "
//
// Note, nice as a name is disallowed and will generate a warning and skip saving
ARG_WITH('config-profile', 'Name of the configuration profile to save this to in php-src/config.name.bat', 'no');
+
+ARG_ENABLE("test-ini", "Enable automatic php.ini generation. The test.ini will be put \
+ into the build dir and used to automatically load the shared extensions.", "yes");
+
+ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
+ be excluded from the test.ini", "no");
+