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

Commit c5cd95e

Browse files
committed
Fix missing php.ini on definition for PHP 5.0
1 parent f45cfe3 commit c5cd95e

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

share/php-build/5.0.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.0.0" "https://museum.php.net/php5/php-5.0.0.tar.gz"

share/php-build/5.0.0RC1

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.0.0RC1" "https://museum.php.net/php5/php-5.0.0RC1.tar.gz"

share/php-build/5.0.0b1

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.0.0b1" "https://museum.php.net/php5/php-5.0.0b1.tar.gz"

share/php-build/5.0.0b4

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.0.0b4" "https://museum.php.net/php5/php-5.0.0b4.tar.gz"

share/php-build/5.0.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.0.1" "https://museum.php.net/php5/php-5.0.1.tar.gz"

share/php-build/5.0.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.0.2" "https://museum.php.net/php5/php-5.0.2.tar.gz"

share/php-build/5.0.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.0.3" "https://museum.php.net/php5/php-5.0.3.tar.gz"

share/php-build/5.0.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.0.4" "https://museum.php.net/php5/php-5.0.4.tar.gz"

share/php-build/5.0.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.0.5" "https://museum.php.net/php5/php-5.0.5.tar.gz"

share/php-build/5.0.6-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.0.6-dev" "https://github.com/php/php-src.git" "PHP-5.0" buildconf standard

0 commit comments

Comments
 (0)