lang/php74: Remove obsolete patches

All these patches are no longer needed. Their existence break the ports,
so now commit their deletion.

Sponsored by:	PHP Update Service
This commit is contained in:
Torsten Zuehlsdorff 2019-09-20 20:04:28 +00:00
parent 3f1915711d
commit 8bd2d80422
4 changed files with 0 additions and 52 deletions

View file

@ -1,11 +0,0 @@
--- phar.c.orig 2016-06-21 19:56:49 UTC
+++ phar.c
@@ -3589,7 +3589,7 @@ static const zend_module_dep phar_deps[]
ZEND_MOD_OPTIONAL("openssl")
ZEND_MOD_OPTIONAL("zlib")
ZEND_MOD_OPTIONAL("standard")
-#if defined(HAVE_HASH) && !defined(COMPILE_DL_HASH)
+#if defined(HAVE_HASH)
ZEND_MOD_REQUIRED("hash")
#endif
#if HAVE_SPL

View file

@ -1,10 +0,0 @@
--- config.m4.orig 2009-03-06 08:25:45.000000000 +0100
+++ config.m4 2009-03-06 08:28:10.000000000 +0100
@@ -32,6 +32,7 @@
#endif
],[
PHP_PCRE_REGEX=pecl
+ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include)
],[
PHP_PCRE_REGEX=no
])

View file

@ -1,17 +0,0 @@
--- config.m4.orig 2017-11-03 18:32:08 UTC
+++ config.m4
@@ -50,14 +50,6 @@ if test "$PHP_SODIUM" != "no"; then
PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $LIBSODIUM_DIR/$PHP_LIBDIR, SODIUM_SHARED_LIBADD)
fi
- PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL,
- [
- AC_DEFINE(HAVE_LIBSODIUMLIB,1,[ ])
- ],[
- AC_MSG_ERROR([wrong libsodium lib version (< 1.0.8) or lib not found])
- ],[
- ])
-
PHP_SUBST(SODIUM_SHARED_LIBADD)
PHP_NEW_EXTENSION(sodium, libsodium.c, $ext_shared)

View file

@ -1,14 +0,0 @@
--- zend_file_cache.c.orig 2017-07-05 13:48:27 UTC
+++ zend_file_cache.c
@@ -24,9 +24,10 @@
#include "php.h"
+#include "ZendAccelerator.h"
+
#ifdef HAVE_OPCACHE_FILE_CACHE
-#include "ZendAccelerator.h"
#include "zend_file_cache.h"
#include "zend_shared_alloc.h"
#include "zend_accelerator_util_funcs.h"