[PHP-DEV] Re: Exif doesn't compile

2002-04-03 Thread Marcus Börger
That should be a library constatnt i add it... marcus At 21:05 03.04.2002, Derick Rethans wrote: >Hello Marcus, > >ext/exif doesn't compile anymore, it can't find the constant MB_CUR_MAX in >exif.c (PHP_4_2_0 line 1260, HEAD line 1972). Please fix this as soon as >possible. > >regards, >Derick

[PHP-DEV] Re: Exif doesn't compile

2002-04-03 Thread Marcus Börger
At 21:37 03.04.2002, you wrote: >Hey, > >seems ok... which library should provide it? (Testing now) It should be provided by standard-c-library if it has the function wctomb. The function wctomb needs to work on buffers which are at least MB_CUR_MAX characters long. The main problem when definig