mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Add HAVE_MBSTR_RU support for Win32.
This commit is contained in:
parent
4405b313c5
commit
ae6b6359d7
3 changed files with 9 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
#define HAVE_MBSTR_CN 1
|
||||
#define HAVE_MBSTR_JA 1
|
||||
#define HAVE_MBSTR_KR 1
|
||||
#define HAVE_MBSTR_RU 1
|
||||
#define HAVE_MBSTR_TW 1
|
||||
|
||||
/* Enable / Disable MySQL extension (default: enabled) */
|
||||
|
|
|
@ -923,6 +923,10 @@ SOURCE=..\ext\mbstring\mbfilter_kr.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\ext\mbstring\mbfilter_ru.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\ext\mbstring\mbfilter_tw.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
@ -513,6 +513,10 @@ SOURCE=..\ext\mbstring\mbfilter_kr.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\ext\mbstring\mbfilter_ru.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\ext\mbstring\mbfilter_tw.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue