mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
There are many greater changes including: - json is now part of core - xmlrpc is removed - More than 150 backward incompatible changes Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING Reviewed by: ale, mfechner, Pascal Christen Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D26848
12 lines
310 B
C
12 lines
310 B
C
--- ext/mysqli/mysqli_prop.c.orig 2020-01-09 11:40:11 UTC
|
|
+++ ext/mysqli/mysqli_prop.c
|
|
@@ -26,7 +26,9 @@
|
|
#include "php.h"
|
|
#include "php_ini.h"
|
|
#include "ext/standard/info.h"
|
|
+#if defined(MYSQLI_USE_MYSQLND)
|
|
#include "php_mysqli_structs.h"
|
|
+#endif
|
|
#include "mysqli_priv.h"
|
|
|
|
#define CHECK_STATUS(value) \
|