]> granicus.if.org Git - php/commitdiff
don't include smart_str.h in a too global header, fixes #64718
authorJohannes Schlüter <johannes@php.net>
Tue, 30 Apr 2013 12:26:55 +0000 (14:26 +0200)
committerJohannes Schlüter <johannes@php.net>
Tue, 30 Apr 2013 12:26:55 +0000 (14:26 +0200)
ext/mysqlnd/mysqlnd.c
ext/mysqlnd/mysqlnd_structs.h

index ccd8af51c6db32ce7de8e3162e2c8ecf2d8249dc..724876e899d403e5b48a124a2fe42af1aaf73134 100644 (file)
@@ -27,6 +27,7 @@
 #include "mysqlnd_statistics.h"
 #include "mysqlnd_charset.h"
 #include "mysqlnd_debug.h"
+#include "ext/standard/php_smart_str.h"
 
 /*
   TODO :
index 55775d97e18f566e63c8cc24ae689886f8d85cf4..99981f7e75f29b36d675c033be936e27f59c6f4b 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef MYSQLND_STRUCTS_H
 #define MYSQLND_STRUCTS_H
 
-#include "ext/standard/php_smart_str.h"
+#include "ext/standard/php_smart_str_public.h"
 
 #define MYSQLND_TYPEDEFED_METHODS