summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-08-09 09:52:45 +0000
committerDerick Rethans <derick@php.net>2005-08-09 09:52:45 +0000
commita480ec36e76d802d9dc551cd745e4517c8ed72b9 (patch)
tree82496ac10f272fbd4f8c00d44a0c1e73fadfc36c /buildconf
parent77dfdccdd418d5079227194ad4f47042423d62d6 (diff)
downloadphp-git-a480ec36e76d802d9dc551cd745e4517c8ed72b9.tar.gz
- Fixed buildconf for PHP 6.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
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