Commit: 35b6a4d499b586a12a92da36598e761109920417 Author: Stephen Zarkos <[email protected]> Wed, 21 Nov 2012 15:50:52 -0800 Parents: 5ff4336062e5ddfd8d8884cc4c4f11e185416776 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=35b6a4d499b586a12a92da36598e761109920417 Log: Add PHP 5.5 support and new build variables for debug and appver Changed paths: M client/data/config/branch/php54.ini Diff: diff --git a/client/data/config/branch/php54.ini b/client/data/config/branch/php54.ini index 987b7a3..abbb264 100644 --- a/client/data/config/branch/php54.ini +++ b/client/data/config/branch/php54.ini @@ -1,21 +1,22 @@ -name=php-5.4 -branch=5.4 -repo_name=phpnet -repo_module=/php/php-src -repo_branch=/branches/PHP_5_4 -build_dir=c:/obj -build_location=c:/php-sdk/snap_5_4/vc9/x86/ - -[build-nts-windows-vc9-x86] -name=nts-windows-vc9-x86 -compiler=vc9 -arch=x86 -configure_options=--enable-snapshot-build --disable-zts --disable-isapi --enable-debug-pack --disable-isapi --without-mssql --without-pdo-mssql --without-pi3web --with-pdo-oci=c:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8=c:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8-11g=c:\php-sdk\oracle\instantclient11\sdk,shared --enable-com-dotnet --with-mcrypt=static --disable-static-analyze -platform=windows - -[build-ts-windows-vc9-x86] -name=ts-windows-vc9-x86 -compiler=vc9 -arch=x86 -configure_options=--enable-snapshot-build --disable-isapi --enable-debug-pack --without-mssql --without-pdo-mssql --without-pi3web --with-pdo-oci=c:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8=c:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8-11g=c:\php-sdk\oracle\instantclient11\sdk,shared --enable-com-dotnet --with-mcrypt=static --disable-static-analyze -platform=windows +name=php-5.4 +branch=5.4 +repo_name=phpnet +repo_module=php-src.git +repo_branch=refs/heads/PHP-5.4 +build_dir=c:/obj +build_location=c:/php-sdk/snap_5_4/vc9/x86/ +pgo=1 + +[build-nts-windows-vc9-x86] +name=nts-windows-vc9-x86 +compiler=vc9 +arch=x86 +configure_options=--enable-snapshot-build --disable-zts --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --with-pdo-oci=c:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8=c:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8-11g=c:\php-sdk\oracle\instantclient11\sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --disable-static-analyze +platform=windows + +[build-ts-windows-vc9-x86] +name=ts-windows-vc9-x86 +compiler=vc9 +arch=x86 +configure_options=--enable-snapshot-build --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --with-pdo-oci=c:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8=c:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8-11g=c:\php-sdk\oracle\instantclient11\sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --disable-static-analyze +platform=windows \ No newline at end of file -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
