* Thus wrote Miles Keaton: > I just upgraded PHP from 5.0 to 5.0.1 on a FreeBSD box. > > But unfortunately it seemed to break the regex features of mbstring > > At startup and every time I try to run PHP I get this: > > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20040412/mbstring.so' - > /usr/local/lib/php/20040412/mbstring.so: Undefined symbol > "zif_mb_regex_encoding" in Unknown on line 0 > > Anyone heard of this problem or suggest a solution?
the zif_mb_regex_encoding symbol is the actual symbol used when you call the function in php code, and this symbol shouldn't have been missing. How did you configure/install php? Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php