> Both 4.3 and Head still have a problem with mbstring not being default > under win32. Exif module can be compiled but not loaded because it > uses a function from mbstring. Exif tests for HAVE_MBSTRING and > COMPILE_DL_MBSTRING. The question is why HAVE_MBSTRING is > defined but COMPILE_DL_MBSTRING is undefined.
I cannot see where HAVE_MBSTRING could be defined on win32. Several places use this line to check for its presence: #if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING) This works fine for say main/rfc1867.c. Does it work for you? Edin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php