mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Close GH-16659: Bump ICU requirement to ICU >= 57.1
This requirements bump should rarely affect anybody in practice. All major distros already ship more recent ICU versions, and even for Solaris 11, ICU 57.1 is available via OpenCSW. Note that ICU 57.1 has been released on 2016-03-23[1]. [1] <https://icu.unicode.org/download/57> Closes GH-16688.
This commit is contained in:
parent
0db7e53b84
commit
3815a773a1
120 changed files with 16 additions and 7476 deletions
|
@ -618,7 +618,6 @@ U_CFUNC PHP_FUNCTION(intltz_get_error_message)
|
|||
RETURN_STR(message);
|
||||
}
|
||||
|
||||
#if U_ICU_VERSION_MAJOR_NUM >= 52
|
||||
/* {{{ Translate a system timezone (e.g. "America/Los_Angeles" into a
|
||||
Windows Timezone (e.g. "Pacific Standard Time")
|
||||
*/
|
||||
|
@ -692,4 +691,3 @@ U_CFUNC PHP_FUNCTION(intltz_get_id_for_windows_id)
|
|||
RETURN_STR(id);
|
||||
}
|
||||
/* }}} */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue