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"
33--SKIPIF--
44<?php
55if (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 ' )
77) {
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 ' ;
99}
1010if (!extension_loaded ('xml ' )) {
1111 print 'skip - xml extension not available ' ;
Original file line number Diff line number Diff line change 22XML Parser: test for Bug #9328 "assigned by reference error in XML_RSS parse"
33--SKIPIF--
44<?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 ' )
77) {
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 ' ;
99}
1010if (!extension_loaded ('xml ' )) {
1111 print 'skip - xml extension not available ' ;
You can’t perform that action at this time.
0 commit comments