extended the SKIPIF section with ICU 49 (sync with 5.4 branch)

This commit is contained in:
Anatoliy Belsky 2012-10-12 19:50:35 +02:00
parent 131d7d7a89
commit 5020b51d72

View 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