Bug 55192 - www/horde2: fixing Apache segfaults.
Summary: www/horde2: fixing Apache segfaults.
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-02 22:50 UTC by Thierry Thomas
Modified: 2003-08-23 08:56 UTC (History)
0 users

See Also:


Attachments
horde2.diff (1.93 KB, patch)
2003-08-02 22:50 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2003-08-02 22:50:16 UTC
	There is a bug in Horde: the logger (PEAR::Log) is instanciated
	without a '&', and PHP does not handle this error, letting Apache
	childs segfaulting.

	It has been fixed in Horde's CVS.

Fix: Please apply the following patch.

	New file: files/patch-lib_Horde.php (from CVS).
How-To-Repeat: 	Run Horde, and read the logs.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-08-23 08:56:32 UTC
State Changed
From-To: open->closed

Commited, thanks!