Bug 91586 - fix port lang/php5
Summary: fix port lang/php5
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: 2006-01-10 10:00 UTC by Oliver Lehmann
Modified: 2006-01-17 07:13 UTC (History)
1 user (show)

See Also:


Attachments
patch-ext-date-php_date.c (243 bytes, text/plain)
2006-01-10 10:00 UTC, Oliver Lehmann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Lehmann freebsd_committer freebsd_triage 2006-01-10 10:00:17 UTC
	php 5.1.1 keeps segfaulting on alpha and sparc platform. when date() gets
	used. See
		http://bugs.php.net/bug.php?id=35751
	for more informations.

	The attached patch was taken from php cvs to fix that issue. See
		http://cvs.php.net/viewcvs.cgi/php-src/ext/date/php_date.c?r1=1.43.2.34&r2=1.43.2.35
	for more informations.

	Please put that patch in lang/php5/files
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-10 10:04:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2006-01-17 07:12:37 UTC
State Changed
From-To: open->closed

Committed with php 5.1.2, thanks!