Hello again, I forgot about Win32 in that last patch, this patch should make this compile happily under Windows. Thanks, Sean ====================================== Sean Bright [EMAIL PROTECTED] / [EMAIL PROTECTED] ====================================== Index: php4/main/config.w32.h =================================================================== RCS file: /repository/php4/main/config.w32.h,v retrieving revision 1.38 diff -u -u -r1.38 config.w32.h --- php4/main/config.w32.h 2000/12/14 11:46:10 1.38 +++ php4/main/config.w32.h 2001/01/14 03:39:44 @@ -226,6 +226,8 @@ /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 +#define HAVE_LOCALECONV 1 + #define HAVE_LOCALE_H 1 /* Define if you have the setvbuf function. */ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]