/* Enable / Disable COM extension (default: enabled) */
#define HAVE_COM 1
+/* Enable / Disable CTYPE extension (default: enabled) */
+#define HAVE_CTYPE 1
+
/* Enable / Disable FTP extension (default: enabled) */
#define HAVE_FTP 1
+/* Enable / Disable MBSTRING extension (default: enabled) */
+#define HAVE_MBSTRING 1
+#define HAVE_MBREGEX 1
+
/* Enable / Disable MySQL extension (default: enabled) */
#define HAVE_MYSQL 1
#include <stdlib.h>
#include <stdio.h>
-#if WITH_BCMATH
-#include "ext/bcmath/php_bcmath.h"
-#endif
#include "ext/standard/dl.h"
#include "ext/standard/file.h"
#include "ext/standard/fsock.h"
#include "ext/standard/php_lcg.h"
#include "ext/standard/php_array.h"
#include "ext/standard/php_assert.h"
+#if WITH_BCMATH
+#include "ext/bcmath/php_bcmath.h"
+#endif
#if HAVE_CALENDAR
#include "ext/calendar/php_calendar.h"
#endif
+#if HAVE_CTYPE
+#include "ext/ctype/php_ctype.h"
+#endif
#if HAVE_COM
#include "ext/com/php_COM.h"
#endif
#if HAVE_MYSQL
#include "ext/mysql/php_mysql.h"
#endif
-#if defined(MBSTR_ENC_TRANS)
+#if HAVE_MBSTRING
#include "ext/mbstring/mbstring.h"
#endif
#if HAVE_OVERLOAD
#if HAVE_CALENDAR
,phpext_calendar_ptr
#endif
+#if HAVE_CTYPE
+ ,phpext_ctype_ptr
+#endif
#if HAVE_COM
,phpext_com_ptr
#endif
#if HAVE_FTP
,phpext_ftp_ptr
#endif
-#if defined(MBSTR_ENC_TRANS)
+#if HAVE_MBSTRING
,phpext_mbstring_ptr
#endif
#if HAVE_MYSQL
# PROP Default_Filter ".c"\r
# Begin Source File\r
\r
+SOURCE=..\ext\ctype\ctype.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\mbstring\mbfilter.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\mbstring\mbfilter_ja.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\mbstring\mbregex.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\mbstring\mbstring.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\mbstring\php_mbregex.c\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=..\ext\overload\overload.c\r
# End Source File\r
# Begin Source File\r
# PROP Default_Filter ".c"\r
# Begin Source File\r
\r
+SOURCE=..\ext\ctype\ctype.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\mbstring\mbfilter.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\mbstring\mbfilter_ja.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\mbstring\mbregex.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\mbstring\mbstring.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\mbstring\php_mbregex.c\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=..\ext\overload\overload.c\r
# End Source File\r
# Begin Source File\r