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

Commit 770bb7f

Browse files
committed
Fix missing php.ini on definition for PHP 5.1
1 parent c5cd95e commit 770bb7f

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

share/php-build/5.1.0

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
PHP_BUILD_DEFAULT_INI="php.ini-recommended"
12
install_package "php-5.1.0" "https://museum.php.net/php5/php-5.1.0.tar.gz"

share/php-build/5.1.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
PHP_BUILD_DEFAULT_INI="php.ini-recommended"
12
install_package "php-5.1.1" "https://museum.php.net/php5/php-5.1.1.tar.gz"

share/php-build/5.1.2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
PHP_BUILD_DEFAULT_INI="php.ini-recommended"
12
install_package "php-5.1.2" "https://museum.php.net/php5/php-5.1.2.tar.gz"

share/php-build/5.1.3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
PHP_BUILD_DEFAULT_INI="php.ini-recommended"
12
install_package "php-5.1.3" "https://museum.php.net/php5/php-5.1.3.tar.gz"

share/php-build/5.1.4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
PHP_BUILD_DEFAULT_INI="php.ini-recommended"
12
install_package "php-5.1.4" "https://museum.php.net/php5/php-5.1.4.tar.gz"

share/php-build/5.1.5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
PHP_BUILD_DEFAULT_INI="php.ini-recommended"
12
install_package "php-5.1.5" "https://museum.php.net/php5/php-5.1.5.tar.gz"

share/php-build/5.1.6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
PHP_BUILD_DEFAULT_INI="php.ini-recommended"
12
install_package "php-5.1.6" "https://museum.php.net/php5/php-5.1.6.tar.gz"

share/php-build/5.1.7-dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
PHP_BUILD_DEFAULT_INI="php.ini-recommended"
12
install_git "php-5.1.7-dev" "https://github.com/php/php-src.git" "PHP-5.1" buildconf standard

0 commit comments

Comments
 (0)