Brian France wrote: > I know there are things the exif needs from mbstring and there is no way > to have exif link against mbstring or require it. But couldn't exif > check to see if mbstring is loaded (or built in) and if not print a > warning that some of its functionality may not work correctly unless > mbstring is loaded (or built in)?
It's not a good idea. What we need is smart ini parser and module loader that understand module dependecy and proper loading order. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php