From: crrodriguez at opensuse dot org Operating system: linux PHP version: 5.2CVS-2008-11-19 (CVS) PHP Bug Type: DOM XML related Bug description: dom005.phpt fails
Description: ------------ dom005.phpt fails with libxml 2.7.1 Reproduce code: --------------- http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom005.phpt?view=co Expected result: ---------------- see http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom005.phpt?view=co Actual result: -------------- --- save as XML <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html><head><title>Hello world</title></head><body> This is a not well-formed<br> html files with undeclared entities </body></html> --- save as HTML <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head><title>Hello world</title></head> <body> This is a not well-formed<br> html files with undeclared entities </body> </html> -- Edit bug report at http://bugs.php.net/?id=46620&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=46620&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=46620&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=46620&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=46620&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=46620&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=46620&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=46620&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=46620&r=needscript Try newer version: http://bugs.php.net/fix.php?id=46620&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=46620&r=support Expected behavior: http://bugs.php.net/fix.php?id=46620&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=46620&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=46620&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=46620&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=46620&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=46620&r=dst IIS Stability: http://bugs.php.net/fix.php?id=46620&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=46620&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=46620&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=46620&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=46620&r=mysqlcfg
