[ create a new paste ] login | about

Project: php
Link: http://php.codepad.org/CkyIPIwa    [ raw code | fork | 1 comment ]

Plain Text, pasted on Jul 22:
1
2
3
4
5
6
7
8
9
10
11
12
Index: ext/mysqli/php_mysqli_structs.h
===================================================================
--- ext/mysqli/php_mysqli_structs.h	(revision 301474)
+++ ext/mysqli/php_mysqli_structs.h	(working copy)
@@ -54,6 +54,7 @@
 #define WE_HAD_MBSTATE_T
 #endif
 
+#define HAVE_ULONG 1
 #include <my_global.h>
 
 #if !defined(HAVE_MBRLEN) && defined(WE_HAD_MBRLEN)


Create a new paste based on this one


Comments:
posted by humin on Mar 4
cd ***/mysql/include/mysql/
mkdir psi
cp psi.h psi
make && make install
...
Done!

reply