Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269979 - dev-lang/php-5.2.9 and dev-libs/libxml2-2.7.3 incompatibility
Summary: dev-lang/php-5.2.9 and dev-libs/libxml2-2.7.3 incompatibility
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-15 18:31 UTC by Brian Moon
Modified: 2009-05-18 17:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Moon 2009-05-15 18:31:43 UTC
PHP xml features such as XMLWriter do not produce output when compiled against libxml2-2.7.3.  According to the PHP bug about this issue, PHP 5.2.9 and libxml2-2.7.3 are supposed to fix this problem.  Previously, Gentoo maintainers had backed out a security patch from libxml2-2.7.2 to solve this problem.  However, the problem has returned in 2.7.3 despite the PHP team saying it should not occur with these versions.

PHP bug report: http://bugs.php.net/bug.php?id=45996
Previous Gentoo bug: http://bugs.gentoo.org/249703

Reproducible: Always

Steps to Reproduce:
1. emerge libxml2-2.7.3
2. emerge php-5.2.9-pl2
3. try to use PHP XMLWriter class.

Actual Results:  
No xml output

Expected Results:  
xml output
Comment 1 Brian Moon 2009-05-15 19:20:25 UTC
Mark as invalid.  There was an internal problem in our proxy server that caused our problems.  Sorry for crying wolf.