File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ XML Parser: test for Bug #9328 "assigned by reference error in XML_RSS parse"
3
3
--SKIPIF--
4
4
<?php
5
5
if (version_compare (PHP_VERSION , '5.0.0 ' , 'lt ' )
6
- || version_compare (PHP_VERSION , '5.2.0 ' , 'ge ' )
6
+ || version_compare (PHP_VERSION , '5.2.7 ' , 'ge ' )
7
7
) {
8
- print 'skip - test only applies to PHP5.0.x and PHP5.1.x ' ;
8
+ print 'skip - test only applies to PHP5.0.0 through PHP5.2.6 ' ;
9
9
}
10
10
if (!extension_loaded ('xml ' )) {
11
11
print 'skip - xml extension not available ' ;
Original file line number Diff line number Diff line change 2
2
XML Parser: test for Bug #9328 "assigned by reference error in XML_RSS parse"
3
3
--SKIPIF--
4
4
<?php
5
- if (version_compare (PHP_VERSION , '5.2.0 ' , 'lt ' )
6
- || version_compare (PHP_VERSION , '5.2.10 ' , 'ge ' )
5
+ if (version_compare (PHP_VERSION , '5.2.7 ' , 'lt ' )
6
+ || version_compare (PHP_VERSION , '5.2.9 ' , 'gt ' )
7
7
) {
8
- print 'skip - test only applies to PHP5.2.x earlier than 5.2.10 ' ;
8
+ print 'skip - test only applies to PHP5.2.7 through 5.2.9 ' ;
9
9
}
10
10
if (!extension_loaded ('xml ' )) {
11
11
print 'skip - xml extension not available ' ;
You can’t perform that action at this time.
0 commit comments