mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
typo: really fix bug #51936 Crash with clone xmlreader
This commit is contained in:
parent
fc3f8a8f54
commit
dc3d360a0f
2
NEWS
2
NEWS
@ -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
|
||||
|
@ -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");
|
Loading…
Reference in New Issue
Block a user