From: Derick Rethans Date: Tue, 9 Aug 2005 09:52:45 +0000 (+0000) Subject: - Fixed buildconf for PHP 6. X-Git-Tag: BEFORE_UNICODE_MERGE~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a480ec36e76d802d9dc551cd745e4517c8ed72b9;p=php - Fixed buildconf for PHP 6. --- diff --git a/buildconf b/buildconf index 8b91c3b147..468b7c65d2 100755 --- a/buildconf +++ b/buildconf @@ -38,7 +38,7 @@ if test "$dev" = "0" -a "$devok" = "0"; then fi if test -z "$ZENDDIR"; then - if grep "PHP_MAJOR_VERSION 5" main/php_version.h >/dev/null; then + if grep "PHP_MAJOR_VERSION 6" main/php_version.h >/dev/null; then v=5 else v=4