there is a bug in PHP 5.0.5 on x86_64 arch where using the serialize function on objects makes php to dump core see http://bugs.php.net/bug.php?id=34435 Fix: the patch file from http://people.apache.org/~jorton/php_bug34435.patch fixed the situation on my amd64 webserver, after downloading it and placing it into /usr/ports/lang/php5/files/patch-ext_standard_incomplete_class.c and recompiling php5 How-To-Repeat: install www/gallery2 with php5.0.5 on amd64 call /usr/local/bin/php /usr/local/www/data/gallery2/install/index.php
Responsible Changed From-To: freebsd-amd64->ale Refile as ports PR and assign to php port maintainer
State Changed From-To: open->closed Patched, thanks!