From: Wez Furlong Date: Mon, 22 Dec 2003 13:13:39 +0000 (+0000) Subject: Add --enable-snapshot-build configure option for win32 build. X-Git-Tag: php_ibase_before_split~546 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=113165bd955843ffff6aa480610c2e3f5eb53372;p=php Add --enable-snapshot-build configure option for win32 build. Using it will attempt to switch on any configure options that were left to their default value of "no". Add a "snap" target to the makefile which will run a sub-process to make each SAPI and EXT independently, so that the whole process does not bail out if a particular extension is broken. Add a way to specify dependencies between extensions in the config.w32 files so that the makefile will include appropriate rules and linkage. --- diff --git a/win32/build/Makefile b/win32/build/Makefile index 951e8466eb..5b8a68bd7c 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -80,7 +80,12 @@ set TEST_PHP_EXECUTABLE=$(BUILD_DIR)\php.exe $(BUILD_DIR)\php.exe -d open_basedir= -d safe_mode=0 -d output_buffering=0 run-tests.php $(TESTS) <