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:
Christoph M. Becker 2024-11-03 17:27:29 +01:00
parent 0db7e53b84
commit 3815a773a1
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6
120 changed files with 16 additions and 7476 deletions

View file

@ -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