Commit:    dca02e759f5afa3db34e9c7ab5799592a55794f0
Author:    Anatol Belski <[email protected]>         Thu, 10 Apr 2014 15:16:44 +0200
Parents:   dcf9d79ac7ca8c62d9a11b8e0a55a0f8b91a1b57
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=dca02e759f5afa3db34e9c7ab5799592a55794f0

Log:
added 5.6 to the build list

Changed paths:
  M  client/bin/pecl_build_all.bat


Diff:
diff --git a/client/bin/pecl_build_all.bat b/client/bin/pecl_build_all.bat
index 29abe16..3edbadf 100644
--- a/client/bin/pecl_build_all.bat
+++ b/client/bin/pecl_build_all.bat
@@ -42,7 +42,9 @@ ECHO running > c:\php-sdk\locks\pecl.lock
 rem Notice the --first and the --last calls marked, that's important
 rem to maintain the state between call for the same package. For instance
 rem if --aggregate-mail is used.
-call %BAT_DIR%pecl.bat --config=pecl55_x64 --first %* >> %LOG_FILE% 2<&1
+call %BAT_DIR%pecl.bat --config=pecl56_x64 --first %* >> %LOG_FILE% 2<&1
+call %BAT_DIR%pecl.bat --config=pecl56_x86 %* >> %LOG_FILE% 2<&1
+call %BAT_DIR%pecl.bat --config=pecl55_x64 %* >> %LOG_FILE% 2<&1
 call %BAT_DIR%pecl.bat --config=pecl55_x86 %* >> %LOG_FILE% 2<&1
 call %BAT_DIR%pecl.bat --config=pecl54 %* >> %LOG_FILE% 2<&1
 call %BAT_DIR%pecl.bat --config=pecl53 --last %* >> %LOG_FILE% 2<&1


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to