Thijs Lensselink schreef:
Quoting Tim Rupp <caphrim007@xxxxxxxxx>:
...
Thanks in advance,
Tim
you are loading extensions of an older PHP version. Do an ls -als on
/usr/local/lib/php. you will find a directory with a higher date. That's
your new extension path. Just change the location in the php.ini to
reflect the new location.
I'd second that, I'd also say that you might consider compiling the
extensions in statically and save the hassle of having to load the .so files,
if you still don't get anywhere.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php