summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-10-12 19:50:35 +0200
committerAnatoliy Belsky <ab@php.net>2012-10-12 19:50:35 +0200
commit5020b51d72d3e7ee38f366ef3685ce2c8e9b13c1 (patch)
treecaaeca12e14d0646bf6b7e28367241f2f829e5c4
parent131d7d7a89dda1d5677cccb37b69628ee784b1b4 (diff)
downloadphp-git-5020b51d72d3e7ee38f366ef3685ce2c8e9b13c1.tar.gz
extended the SKIPIF section with ICU 49 (sync with 5.4 branch)
-rw-r--r--ext/intl/tests/locale_get_display_script2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/locale_get_display_script2.phpt b/ext/intl/tests/locale_get_display_script2.phpt
index 92652bde90..af4834ad0f 100644
--- a/ext/intl/tests/locale_get_display_script2.phpt
+++ b/ext/intl/tests/locale_get_display_script2.phpt
@@ -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