Whenever I click these, my browser wants to save a blank php-page, Apache reports this:

[notice] child pid 31685 exit signal Illegal instruction (4)

I've got signal 4's with PHP earlier, but I can't for now remember the exact cause. Usually my PHP problems have related to having module conflict in PHP, especially recode has been problematic. The solution has been commenting out extensions from /usr/local/etc/php/extensions.ini and then adding them back one by one until the problem returns - the last one added is the one causing the conflict. Of course you have to keep at least some extensions available in order to keep the website you're testing functional - databases etc.

Other solution is trying to tweak the extension load order in extensions.ini after you have found the extension causing the crash.

Other possible thing is accidentally building PHP against the wrong Apache if I recall right - in your case building Apache2 or Apache1 version when you are running Apache22.

-Reko
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to