Skip to content

Commit 258af3e

Browse files
committed
add note that issue was only with php4
git-svn-id: https://svn.php.net/repository/pear/packages/XML_Parser/trunk@266397 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent af2fb57 commit 258af3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/bug-9328.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
XML Parser: test for Bug #9328 "assigned by reference error in XML_RSS parse"
33
--FILE--
44
<?php
5+
/*
6+
* this issue only exists in PHP4
7+
*/
8+
59
require_once 'XML/RSS.php';
610

711
$url = 'www.someverybogusurl.com';

0 commit comments

Comments
 (0)