Bug 303191

Summary: php preg_match functionality broken
Product: Red Hat Enterprise Linux 4 Reporter: Chuck Mead <csm>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.4   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-25 13:28:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chuck Mead 2007-09-24 14:44:20 UTC
Description of problem:
RHEL4 php is being built with the in-system pcre-regex ala 
--with-pcre-regex=/usr. This breaks preg_match functionality. This appears to
have been happening for a while as the PHP guys keep getting recurring tickets.
See PHP bug:

http://bugs.php.net/bug.php?id=31501&edit=1

Version-Release number of selected component (if applicable):
php-4.3.9-3.22.5.x86_64

How reproducible:
run phpinfo() to see the build.

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Joe Orton 2007-09-25 07:50:49 UTC
Thanks for the report.  Can you give an example of a failing preg_match() call?
 The example used in the referenced upstream bug report seems to work fine with
the RHEL4 php.

Comment 2 Chuck Mead 2007-09-25 13:28:21 UTC
Uhm... Bloomberg is not runing our apache and as it happens that is where the
bug lies! Withdrawn... NOT A BUG.