mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
Allow mbstring defines to be somewhere else without warnings.
This commit is contained in:
@@ -42,13 +42,13 @@
|
||||
#define HAVE_FTP 1
|
||||
|
||||
/* Enable / Disable MBSTRING extension (default: disabled) */
|
||||
#define HAVE_MBSTRING 0
|
||||
#define HAVE_MBREGEX 0
|
||||
#define HAVE_MBSTR_CN 0
|
||||
#define HAVE_MBSTR_JA 0
|
||||
#define HAVE_MBSTR_KR 0
|
||||
#define HAVE_MBSTR_RU 0
|
||||
#define HAVE_MBSTR_TW 0
|
||||
/* #define HAVE_MBSTRING 0 */
|
||||
/* #define HAVE_MBREGEX 0 */
|
||||
/* #define HAVE_MBSTR_CN 0 */
|
||||
/* #define HAVE_MBSTR_JA 0 */
|
||||
/* #define HAVE_MBSTR_KR 0 */
|
||||
/* #define HAVE_MBSTR_RU 0 */
|
||||
/* #define HAVE_MBSTR_TW 0 */
|
||||
|
||||
/* Enable / Disable MySQL extension (default: enabled) */
|
||||
#define HAVE_MYSQL 1
|
||||
|
||||
Reference in New Issue
Block a user