Bug 473232

Summary: PHP built without expat
Product: [Fedora] Fedora Reporter: Cliff Stanford <cliff>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 10CC: fedora, jorton, rpm
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: 2008-11-27 11:14:09 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 Cliff Stanford 2008-11-27 09:12:43 UTC
Description of problem:
There is a mistake in the build of php.  The flag --with-expat-dir=/usr should read --with-libexpat-dir=/usr.  This means that expat-type functions are built against libexpat2 which has known and reported bugs.

Version-Release number of selected component (if applicable):
PHP Version 5.2.6

How reproducible:
Use phpinfo().

Steps to Reproduce:
1. echo '<?php phpinfo();' | php | grep -i expat
  
Actual results:
Erroneous flag is displayed.

Expected results:
EXPAT Version => expat_2.0.1

Additional info:
http://bugs.php.net/bug.php?id=45996 refers to the libxml2 bug and how it affects php.

Comment 1 Joe Orton 2008-11-27 11:14:09 UTC

*** This bug has been marked as a duplicate of bug 473231 ***