Bug 109209

Summary: php5-5.2.1 dumps core when run
Product: Ports & Packages Reporter: Bob Melson <melsonr>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Bob Melson 2007-02-15 21:00:23 UTC
After upgrade of php5, and both before and after upgrading extensions, php5 consistently dumps core when run, with following message:

Segmentation fault (core dumped)

There is no other message and the problem is reproducible by running, e.g.,
php -h or pear list or any other command that invokes php.  This has broken a previously working website that relies heavily on php for its functionality.  I can, if you wish, send a core file to you for examination.

How-To-Repeat: type php -h or pear list or any command that invokes php.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-15 21:08:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Larry Rosenman freebsd_committer freebsd_triage 2007-02-15 21:24:33 UTC
check the order of the extensions.  php-session needs to be first or damn
near the top of the list.

Else, it breaks like this.

ale,
   Can we put a hack or something that makes php-session first in the
extensions list *ALWAYS*?

Thanks,
LER


-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 512-248-2683                E-Mail: ler@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2007-02-16 08:54:01 UTC
State Changed
From-To: open->closed

Fixed in CVS, run 
sort -ruo /usr/local/etc/php/extensions.ini /usr/local/etc/php/extensions.ini 
to fix your installation.