mirror of
https://github.com/php/php-src.git
synced 2026-04-07 08:02:49 +02:00
Fix for bug #52413 MySQLi build failure on OS X
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user