mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fixed buildconf for PHP 6.
This commit is contained in:
parent
77dfdccdd4
commit
a480ec36e7
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if test "$dev" = "0" -a "$devok" = "0"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$ZENDDIR"; then
|
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
|
v=5
|
||||||
else
|
else
|
||||||
v=4
|
v=4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue