Bug 110240

Summary: [PATCH] lang/php5: revision 1.42 of Makefile.ext cause breakage of preg_match()
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-php5 none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2007-03-12 20:30:03 UTC
	Revision 1.42 of lang/php5/Makefile.ext cause breakage of preg_match().
	For example Squirrelmail (mail/squirrelmail) does not work collectly
	after php5-pcre is updated to 5.1.2_4, and following error message
	is left in error log of Apache:

	[Mon Mar 12 18:46:52 2007] [error] [client XXXXXXXX] PHP Warning:  preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Internal pcre_fullinfo() error -3 in /usr/local/www/squirrelmail/functions/imap_mailbox.php on line 243, referer: https://XXXXXXXX/squirrelmail/src/webmail.php

Fix: Apply following patch, which means rollback of revision 1.42.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-12 20:30:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2007-03-13 07:12:27 UTC
State Changed
From-To: open->closed

Committed.