diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-25 13:34:18 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-25 13:36:42 -0600 |
commit | 0d310d700aa060b02feec9c7487893a983bf7098 (patch) | |
tree | 3d35d698e9c13e27e41a8cd9de8ff7839dcd7b66 /databases/php74-mysqli/files | |
parent | mail/dovecot: fix build (diff) |
*/*php74*: Sunset php 7.4
As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74
from the tree. Default version of php has already been switched to 8.1.
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
Diffstat (limited to 'databases/php74-mysqli/files')
-rw-r--r-- | databases/php74-mysqli/files/patch-mysqli__api.c | 13 | ||||
-rw-r--r-- | databases/php74-mysqli/files/patch-php_mysqli_structs.h | 20 |
2 files changed, 0 insertions, 33 deletions
diff --git a/databases/php74-mysqli/files/patch-mysqli__api.c b/databases/php74-mysqli/files/patch-mysqli__api.c deleted file mode 100644 index 2d88e061f9da..000000000000 --- a/databases/php74-mysqli/files/patch-mysqli__api.c +++ /dev/null @@ -1,13 +0,0 @@ ---- mysqli_api.c.orig 2019-12-17 10:29:23 UTC -+++ mysqli_api.c -@@ -31,8 +31,9 @@ - #include "zend_smart_str.h" - #include "php_mysqli_structs.h" - #include "mysqli_priv.h" -+#if defined(MYSQLI_USE_MYSQLND) - #include "ext/mysqlnd/mysql_float_to_double.h" -- -+#endif - - #if !defined(MYSQLI_USE_MYSQLND) - /* {{{ mysqli_tx_cor_options_to_string */ diff --git a/databases/php74-mysqli/files/patch-php_mysqli_structs.h b/databases/php74-mysqli/files/patch-php_mysqli_structs.h deleted file mode 100644 index 68568dd214fd..000000000000 --- a/databases/php74-mysqli/files/patch-php_mysqli_structs.h +++ /dev/null @@ -1,20 +0,0 @@ ---- php_mysqli_structs.h.orig 2010-07-26 15:52:54.000000000 +0200 -+++ php_mysqli_structs.h 2010-07-26 15:53:14.000000000 +0200 -@@ -36,7 +36,7 @@ - #define FALSE 0 - #endif - --#ifdef MYSQLI_USE_MYSQLND -+#if defined(MYSQLI_USE_MYSQLND) - #include "ext/mysqlnd/mysqlnd.h" - #include "mysqli_mysqlnd.h" - #else -@@ -53,6 +53,8 @@ - #undef HAVE_MBSTATE_T - #define WE_HAD_MBSTATE_T - #endif -+ -+typedef zend_ulong ulong; - - #if defined(ulong) && !defined(HAVE_ULONG) - #define HAVE_ULONG |