mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
12 lines
364 B
C
12 lines
364 B
C
--- ext/mysqli/mysqli_nonapi.c.orig 2022-08-02 13:57:03 UTC
|
|
+++ ext/mysqli/mysqli_nonapi.c
|
|
@@ -26,7 +26,9 @@
|
|
#include "php_ini.h"
|
|
#include "ext/standard/info.h"
|
|
#include "zend_smart_str.h"
|
|
+#if defined(MYSQLI_USE_MYSQLND)
|
|
#include "php_mysqli_structs.h"
|
|
+#endif
|
|
#include "mysqli_priv.h"
|
|
#define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num))
|
|
|