mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Refresh patches PR: 266175 Reported by: thresh@nginx.com Sponsored by: Bounce Experts
12 lines
272 B
C
12 lines
272 B
C
--- ext/mysqli/php_mysqli_structs.h.orig 2023-03-14 19:50:20 UTC
|
|
+++ ext/mysqli/php_mysqli_structs.h
|
|
@@ -26,7 +26,7 @@
|
|
#undef LIST
|
|
#endif
|
|
|
|
-#ifdef MYSQLI_USE_MYSQLND
|
|
+#if defined(MYSQLI_USE_MYSQLND)
|
|
#include "ext/mysqlnd/mysqlnd.h"
|
|
#include "mysqli_mysqlnd.h"
|
|
#else
|