Bug 86885

Summary: php5.0.5 dumps core on object serialize, amd64 only
Product: Ports & Packages Reporter: André Böhm <andre>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description André Böhm 2005-10-04 09:30:15 UTC
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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-10-04 09:34:41 UTC
Responsible Changed
From-To: freebsd-amd64->ale

Refile as ports PR and assign to php port maintainer
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2005-10-14 07:01:14 UTC
State Changed
From-To: open->closed

Patched, thanks!