Commit:    5020b51d72d3e7ee38f366ef3685ce2c8e9b13c1
Author:    Anatoliy Belsky <a...@php.net>         Fri, 12 Oct 2012 19:50:35 
+0200
Parents:   131d7d7a89dda1d5677cccb37b69628ee784b1b4
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=5020b51d72d3e7ee38f366ef3685ce2c8e9b13c1

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

Changed paths:
  M  ext/intl/tests/locale_get_display_script2.phpt


Diff:
diff --git a/ext/intl/tests/locale_get_display_script2.phpt 
b/ext/intl/tests/locale_get_display_script2.phpt
index 92652bd..af4834a 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to