From 4adc8da23e6166e7156abbfe2d4fc654f5d3054c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 16:26:55 +0200 Subject: - main package now recommends commonly used extensions and SAPI (json, mbstring, opcache, pdo, xml) - fix gd build options and dependencies - refresh provided configuration from upstream production values --- php-7.4.0-phpize.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-7.4.0-phpize.patch') diff --git a/php-7.4.0-phpize.patch b/php-7.4.0-phpize.patch index b6958b3..fb99f3e 100644 --- a/php-7.4.0-phpize.patch +++ b/php-7.4.0-phpize.patch @@ -1,8 +1,8 @@ diff -up ./scripts/phpize.in.headers ./scripts/phpize.in ---- ./scripts/phpize.in.headers 2019-05-20 11:11:06.000000000 +0200 -+++ ./scripts/phpize.in 2019-05-20 16:22:43.182043588 +0200 -@@ -169,6 +169,15 @@ phpize_autotools() - mv config.h.in.tmp config.h.in +--- ./scripts/phpize.in.headers 2019-07-23 10:05:11.000000000 +0200 ++++ ./scripts/phpize.in 2019-07-23 10:18:13.648098089 +0200 +@@ -165,6 +165,15 @@ phpize_autotools() + $PHP_AUTOHEADER || exit 1 } +phpize_check_headers() @@ -17,7 +17,7 @@ diff -up ./scripts/phpize.in.headers ./scripts/phpize.in # Main script case "$1" in -@@ -187,12 +196,15 @@ case "$1" in +@@ -183,12 +192,15 @@ case "$1" in # Version --version|-v) -- cgit