Commit: 9865f442ef793db654717108d261bf0f66a2be5b Author: Anatol Belski <[email protected]> Thu, 17 Nov 2016 02:00:17 +0100 Parents: 0d7c2f6359783b32c0d70f980dce017544d4d627 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=9865f442ef793db654717108d261bf0f66a2be5b Log: remove old ini Changed paths: D data/config/branch/php53.ini D data/config/branch/php54.ini D data/config/branch/php55.ini Diff: diff --git a/data/config/branch/php53.ini b/data/config/branch/php53.ini deleted file mode 100644 index 6e2a31a..0000000 --- a/data/config/branch/php53.ini +++ /dev/null @@ -1,21 +0,0 @@ -name=php-5.3 -branch=5.3 -repo_name=phpnet -repo_module=/php/php-src -repo_branch=/branches/PHP_5_3 -build_dir=c:/obj -build_location=c:/php-sdk/snap_5_3/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 diff --git a/data/config/branch/php54.ini b/data/config/branch/php54.ini deleted file mode 100644 index 19f1f62..0000000 --- a/data/config/branch/php54.ini +++ /dev/null @@ -1,24 +0,0 @@ -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/ -appver=xp -debug=0 -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 diff --git a/data/config/branch/php55.ini b/data/config/branch/php55.ini deleted file mode 100644 index c77f163..0000000 --- a/data/config/branch/php55.ini +++ /dev/null @@ -1,26 +0,0 @@ -name=php-5.5 -branch=5.5 -repo_name=phpnet -repo_module=php-src.git -repo_branch=refs/heads/PHP-5.5 -build_dir=c:/obj -build_location=c:/php-sdk/snap_5_5/vc11/x86/ -appver=2008 -debug=0 -pgo=1 -compiler=vc11 -arch=x86 - -[build-nts-windows-vc11-x86] -name=nts-windows-vc11-x86 -compiler=vc11 -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-vc11-x86] -name=ts-windows-vc11-x86 -compiler=vc11 -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
