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&nbsp;
</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&nbsp;
</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

Reply via email to