mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
php7: major upgrade to 7.4.1
- remove obsolete patches and update other ones - filter support is now available as an extension module - php7-mod-hash: this extension is now part of the core binary and cannot be built as an extension module anymore - php7-mod-gd: - do not use bundled libgd, but rely on external one - this also obsoletes dependencies and configuration options - php7-mod-zip: requires external libzip now Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/ext/phar/config.m4 2016-08-17 21:50:58.000000000 +0200
|
||||
+++ b/ext/phar/config.m4 2016-09-20 22:21:28.494934775 +0200
|
||||
@@ -26,7 +26,7 @@
|
||||
@@ -19,7 +19,7 @@
|
||||
fi
|
||||
PHP_ADD_EXTENSION_DEP(phar, hash, true)
|
||||
PHP_ADD_EXTENSION_DEP(phar, spl, true)
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
--- a/configure.ac 2016-09-20 22:26:38.000000000 +0200
|
||||
+++ b/configure.ac 2016-09-20 22:42:30.380101556 +0200
|
||||
@@ -1454,13 +1454,13 @@
|
||||
@@ -1430,13 +1430,13 @@
|
||||
INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag"
|
||||
CXXFLAGS="$CXXFLAGS $standard_libtool_flag \$(PROF_FLAGS)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user