typo: really fix bug #51936 Crash with clone xmlreader

This commit is contained in:
Michael Wallner 2013-10-03 13:34:31 +02:00
parent fc3f8a8f54
commit dc3d360a0f
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -7,7 +7,7 @@ PHP NEWS
(Mike)
- XMLReader:
. Fixed bug #59613 (Crash with clone XMLReader). (Mike)
. Fixed bug #51936 (Crash with clone XMLReader). (Mike)
?? ??? 2013, PHP 5.4.21

View File

@ -1,5 +1,5 @@
--TEST--
Bug #59613 (Crash with clone XMLReader)
Bug #51936 (Crash with clone XMLReader)
--SKIPIF--
<?php
extension_loaded("xmlreader") or die("skip requires xmlreader");