Skip to content

Commit 9dde604

Browse files
committed
OpenSSL 1.1.0 support for PHP 5.6.31 to 5.6.40
Patch comes from php/php-src#2667 https://patch-diff.githubusercontent.com/raw/php/php-src/pull/2667.patch Related issue: phpbrew/phpbrew#1041
1 parent f9b8514 commit 9dde604

File tree

11 files changed

+1372
-0
lines changed

11 files changed

+1372
-0
lines changed

share/php-build/definitions/5.6.31

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ configure_option "--with-png-dir" "/usr"
66
configure_option "--with-jpeg-dir" "/usr"
77
configure_option "--enable-zip"
88

9+
patch_file "php-5.6-support-openssl-1.1.0.patch"
10+
911
install_package "https://secure.php.net/distributions/php-5.6.31.tar.bz2"
1012
install_xdebug "2.5.5"
1113
enable_builtin_opcache

share/php-build/definitions/5.6.32

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ configure_option "--with-png-dir" "/usr"
66
configure_option "--with-jpeg-dir" "/usr"
77
configure_option "--enable-zip"
88

9+
patch_file "php-5.6-support-openssl-1.1.0.patch"
10+
911
install_package "https://secure.php.net/distributions/php-5.6.32.tar.bz2"
1012
install_xdebug "2.5.5"
1113
enable_builtin_opcache

share/php-build/definitions/5.6.33

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ configure_option "--with-png-dir" "/usr"
66
configure_option "--with-jpeg-dir" "/usr"
77
configure_option "--enable-zip"
88

9+
patch_file "php-5.6-support-openssl-1.1.0.patch"
10+
911
install_package "https://secure.php.net/distributions/php-5.6.33.tar.bz2"
1012
install_xdebug "2.5.5"
1113
enable_builtin_opcache

share/php-build/definitions/5.6.34

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ configure_option "--with-png-dir" "/usr"
66
configure_option "--with-jpeg-dir" "/usr"
77
configure_option "--enable-zip"
88

9+
patch_file "php-5.6-support-openssl-1.1.0.patch"
10+
911
install_package "https://secure.php.net/distributions/php-5.6.34.tar.bz2"
1012
install_xdebug "2.5.5"
1113
enable_builtin_opcache

share/php-build/definitions/5.6.35

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ configure_option "--with-png-dir" "/usr"
66
configure_option "--with-jpeg-dir" "/usr"
77
configure_option "--enable-zip"
88

9+
patch_file "php-5.6-support-openssl-1.1.0.patch"
10+
911
install_package "https://secure.php.net/distributions/php-5.6.35.tar.bz2"
1012
install_xdebug "2.5.5"
1113
enable_builtin_opcache

share/php-build/definitions/5.6.36

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ configure_option "--with-png-dir" "/usr"
66
configure_option "--with-jpeg-dir" "/usr"
77
configure_option "--enable-zip"
88

9+
patch_file "php-5.6-support-openssl-1.1.0.patch"
10+
911
install_package "https://secure.php.net/distributions/php-5.6.36.tar.bz2"
1012
install_xdebug "2.5.5"
1113
enable_builtin_opcache

share/php-build/definitions/5.6.37

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ configure_option "--with-png-dir" "/usr"
66
configure_option "--with-jpeg-dir" "/usr"
77
configure_option "--enable-zip"
88

9+
patch_file "php-5.6-support-openssl-1.1.0.patch"
10+
911
install_package "https://secure.php.net/distributions/php-5.6.37.tar.bz2"
1012
install_xdebug "2.5.5"
1113
enable_builtin_opcache

share/php-build/definitions/5.6.38

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ configure_option "--with-png-dir" "/usr"
66
configure_option "--with-jpeg-dir" "/usr"
77
configure_option "--enable-zip"
88

9+
patch_file "php-5.6-support-openssl-1.1.0.patch"
10+
911
install_package "https://secure.php.net/distributions/php-5.6.38.tar.bz2"
1012
install_xdebug "2.5.5"
1113
enable_builtin_opcache

share/php-build/definitions/5.6.39

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ configure_option "--with-png-dir" "/usr"
66
configure_option "--with-jpeg-dir" "/usr"
77
configure_option "--enable-zip"
88

9+
patch_file "php-5.6-support-openssl-1.1.0.patch"
10+
911
install_package "https://secure.php.net/distributions/php-5.6.39.tar.bz2"
1012
install_xdebug "2.5.5"
1113
enable_builtin_opcache

share/php-build/definitions/5.6.40

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ configure_option "--with-png-dir" "/usr"
66
configure_option "--with-jpeg-dir" "/usr"
77
configure_option "--enable-zip"
88

9+
patch_file "php-5.6-support-openssl-1.1.0.patch"
10+
911
install_package "https://secure.php.net/distributions/php-5.6.40.tar.bz2"
1012
install_xdebug "2.5.5"
1113
enable_builtin_opcache

0 commit comments

Comments
 (0)