Merge branch 'PHP-5.5'

* PHP-5.5:
  typo: really fix bug #51936 	Crash with clone xmlreader
This commit is contained in:
Michael Wallner 2013-10-03 13:35:09 +02:00
commit 2a1bd123d6

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");