mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
Conditionally include mbstring.h.
This commit is contained in:
parent
05a2de0d6a
commit
ecf95deb6a
@ -74,7 +74,9 @@
|
||||
#if HAVE_MYSQL
|
||||
#include "ext/mysql/php_mysql.h"
|
||||
#endif
|
||||
#if defined(MBSTR_ENC_TRANS)
|
||||
#include "ext/mbstring/mbstring.h"
|
||||
#endif
|
||||
#if HAVE_OVERLOAD
|
||||
#include "ext/overload/php_overload.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user