diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-10 13:59:03 +0200 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-10 16:57:35 +0200 |
| commit | 95967c2077762985235e47db1fe9949bed5cbe8f (patch) | |
| tree | d18f44b10a5c6ae9c4444c192cac7277a2003e6a /databases/php83-mysqli | |
| parent | devel/py-python-gitlab: Update to 3.15.0 (diff) | |
*/*php83*: Sunrise
Please DO NOT use this version in production, it is an early test
version.
For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS
Sponsored by: Bounce Experts
Diffstat (limited to 'databases/php83-mysqli')
| -rw-r--r-- | databases/php83-mysqli/Makefile | 7 | ||||
| -rw-r--r-- | databases/php83-mysqli/files/patch-mysqli__api.c | 12 |
2 files changed, 19 insertions, 0 deletions
diff --git a/databases/php83-mysqli/Makefile b/databases/php83-mysqli/Makefile new file mode 100644 index 000000000000..7eaf262211a5 --- /dev/null +++ b/databases/php83-mysqli/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php83 + +PKGNAMESUFFIX= -mysqli + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php83-mysqli/files/patch-mysqli__api.c b/databases/php83-mysqli/files/patch-mysqli__api.c new file mode 100644 index 000000000000..a100e8205fb6 --- /dev/null +++ b/databases/php83-mysqli/files/patch-mysqli__api.c @@ -0,0 +1,12 @@ +--- mysqli_api.c.orig 2020-09-29 22:36:51 UTC ++++ mysqli_api.c +@@ -29,7 +29,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 + + #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num)) + |
