From a480ec36e76d802d9dc551cd745e4517c8ed72b9 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 9 Aug 2005 09:52:45 +0000 Subject: [PATCH] - Fixed buildconf for PHP 6. --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1