Browse Source

Fix for bug #52413 MySQLi build failure on OS X

experimental/with_scalar_types
Andrey Hristov 16 years ago
parent
commit
aff34b2133
  1. 4
      ext/mysqli/php_mysqli_structs.h

4
ext/mysqli/php_mysqli_structs.h

@ -56,6 +56,10 @@
#define WE_HAD_MBSTATE_T
#endif
#if defined(ulong) && !defined(HAVE_ULONG)
#define HAVE_ULONG
#endif
#include <my_global.h>
#if !defined(HAVE_MBRLEN) && defined(WE_HAD_MBRLEN)

Loading…
Cancel
Save