Skip to content
This repository was archived by the owner on Dec 23, 2018. It is now read-only.

Commit 888cddb

Browse files
committed
Fix for compile PHP 5.3
1 parent 1673621 commit 888cddb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/php-build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ list_definitions() {
198198
}
199199

200200
# Set the default php.ini to use
201-
PHP_BUILD_DEFAULT_INI="php.ini-recommended"
202-
if [ ! -e "$PHP_BUILD_DEFAULT_INI" ]; then
201+
if [ -z "$PHP_BUILD_DEFAULT_INI" ]; then
203202
PHP_BUILD_DEFAULT_INI="php.ini-production"
204203
fi
205204

0 commit comments

Comments
 (0)