mirror of
https://github.com/php/php-src.git
synced 2025-01-19 18:24:15 +08:00
extended the SKIPIF section with ICU 49 (sync with 5.4 branch)
This commit is contained in:
parent
131d7d7a89
commit
5020b51d72
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user