Mike Oliveri wrote:
I recently upgraded to PHP 4.3.11 from Ports on my 4.9-RELEASE system, and I'm suddenly having troubles running PHP. Whether we're talking a web app or running from a command line, I get core dump errors. Specifically:
su-2.05b# php -i
Bus error (core dumped)
Hello,
comment out all libraries which are specified in /usr/local/etc/php/extension.ini. If the bus error won't occur anymore afterwards, then add the libraries step by step again to find out the faulty one and try to rebuild it or just don't use it if you can.
Bj�rn _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
