On Sun, 1 Dec 2002, Shane Caraveo wrote: > shane Sun Dec 1 16:37:14 2002 EDT > > Modified files: > /php4/main config.w32.h.in win95nt.h > /php4/sapi/cgi cgi_main.c > /php4/sapi/cgi/libfcgi fcgiapp.c > /php4/sapi/cgi/libfcgi/include fcgiapp.h
> Index: php4/main/config.w32.h.in > diff -u php4/main/config.w32.h.in:1.23 php4/main/config.w32.h.in:1.24 > --- php4/main/config.w32.h.in:1.23 Wed Nov 13 16:28:16 2002 > +++ php4/main/config.w32.h.in Sun Dec 1 16:37:13 2002 > > @@ -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 Did you mean to uncomment these? -adam -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
