mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
This is follow-up to r522540 which introduced ability to build with MYSQLND=off PR: 243643 Submitted by: fluffy Approved by: maintainer (tz)
13 lines
339 B
C
13 lines
339 B
C
--- mysqli_api.c.orig 2019-12-17 10:29:23 UTC
|
|
+++ mysqli_api.c
|
|
@@ -31,8 +31,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
|
|
|
|
#if !defined(MYSQLI_USE_MYSQLND)
|
|
/* {{{ mysqli_tx_cor_options_to_string */
|