]> granicus.if.org Git - php/commitdiff
extended the SKIPIF section with ICU 49 (sync with 5.4 branch)
authorAnatoliy Belsky <ab@php.net>
Fri, 12 Oct 2012 17:50:35 +0000 (19:50 +0200)
committerAnatoliy Belsky <ab@php.net>
Fri, 12 Oct 2012 17:50:35 +0000 (19:50 +0200)
ext/intl/tests/locale_get_display_script2.phpt

index 92652bde906d1637a67bd057c92dee0f0bb1aa44..af4834ad0fc52e1c5e59a172c9400cce6df80a6c 100644 (file)
@@ -2,7 +2,7 @@
 locale_get_display_script()  icu >= 4.8
 --SKIPIF--
 <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
-<?php if(version_compare(INTL_ICU_VERSION, '4.8') < 0) print 'skip'; ?>
+<?php if(version_compare(INTL_ICU_VERSION, '4.8') < 0 || version_compare(INTL_ICU_VERSION, '49') >= 0) print 'skip'; ?>
 --FILE--
 <?php