Index: head/lang/php74/files/patch-ext_mysqli_mysqli__api.c =================================================================== --- head/lang/php74/files/patch-ext_mysqli_mysqli__api.c (nonexistent) +++ head/lang/php74/files/patch-ext_mysqli_mysqli__api.c (revision 522540) @@ -0,0 +1,13 @@ +--- ext/mysqli/mysqli_api.c.orig 2019-12-17 10:29:23 UTC ++++ ext/mysqli/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 */ Property changes on: head/lang/php74/files/patch-ext_mysqli_mysqli__api.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/php74/files/patch-ext_mysqli_mysqli__nonapi.c =================================================================== --- head/lang/php74/files/patch-ext_mysqli_mysqli__nonapi.c (nonexistent) +++ head/lang/php74/files/patch-ext_mysqli_mysqli__nonapi.c (revision 522540) @@ -0,0 +1,12 @@ +--- 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:"") Property changes on: head/lang/php74/files/patch-ext_mysqli_mysqli__nonapi.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/php74/files/patch-ext_mysqli_mysqli__prop.c =================================================================== --- head/lang/php74/files/patch-ext_mysqli_mysqli__prop.c (nonexistent) +++ head/lang/php74/files/patch-ext_mysqli_mysqli__prop.c (revision 522540) @@ -0,0 +1,12 @@ +--- 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) \ Property changes on: head/lang/php74/files/patch-ext_mysqli_mysqli__prop.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/php74/files/patch-ext_mysqli_php__mysqli__structs.h =================================================================== --- head/lang/php74/files/patch-ext_mysqli_php__mysqli__structs.h (nonexistent) +++ head/lang/php74/files/patch-ext_mysqli_php__mysqli__structs.h (revision 522540) @@ -0,0 +1,11 @@ +--- ext/mysqli/php_mysqli_structs.h.orig 2019-12-17 10:29:23 UTC ++++ ext/mysqli/php_mysqli_structs.h +@@ -36,7 +36,7 @@ + #define FALSE 0 + #endif + +-#ifdef MYSQLI_USE_MYSQLND ++#if defined(MYSQLI_USE_MYSQLND) + #include "ext/mysqlnd/mysqlnd.h" + #include "mysqli_mysqlnd.h" + #else Property changes on: head/lang/php74/files/patch-ext_mysqli_php__mysqli__structs.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property