Bug 473232 - PHP built without expat
Summary: PHP built without expat
Keywords:
Status: CLOSED DUPLICATE of bug 473231
Alias: None
Product: Fedora
Classification: Fedora
Component: php
Version: 10
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-27 09:12 UTC by Cliff Stanford
Modified: 2008-11-27 11:14 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-11-27 11:14:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
PHP Bug Tracker 45996 0 None None None Never

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 ***


Note You need to log in before you can comment on or make changes to this bug.