Bug 86885 - php5.0.5 dumps core on object serialize, amd64 only
Summary: php5.0.5 dumps core on object serialize, amd64 only
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 09:30 UTC by André Böhm
Modified: 2005-10-14 07:01 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!