mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
Please DO NOT use this version in production, it is an early test version. port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A build is running to check all php ports with php82 and will be committed in batch tomorrow. Sponsored by: Bounce Experts
12 lines
326 B
C
12 lines
326 B
C
--- ext/mysqli/mysqli_nonapi.c.orig 2020-01-09 11:40:57 UTC
|
|
+++ ext/mysqli/mysqli_nonapi.c
|
|
@@ -28,7 +28,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 SAFE_STR(a) ((a)?a:"")
|