@@ -18,21 +18,6 @@ Polyfills are provided for:
18
18
- the ` intl_error_name ` , ` intl_get_error_code ` , ` intl_get_error_message ` and
19
19
` intl_is_failure ` functions;
20
20
- the ` idn_to_ascii ` and ` idn_to_utf8 ` functions;
21
- - the ` hex2bin ` function, the ` CallbackFilterIterator ` ,
22
- ` RecursiveCallbackFilterIterator ` and ` SessionHandlerInterface ` classes
23
- introduced in PHP 5.4;
24
- - the ` array_column ` , ` boolval ` , ` json_last_error_msg ` and ` hash_pbkdf2 `
25
- functions introduced in PHP 5.5;
26
- - the ` password_hash ` and ` password_* ` related functions introduced in PHP 5.5,
27
- provided by the ` ircmaxell/password-compat ` package;
28
- - the ` hash_equals ` and ` ldap_escape ` functions introduced in PHP 5.6;
29
- - the ` *Error ` classes, the ` error_clear_last ` , ` preg_replace_callback_array ` and
30
- ` intdiv ` functions introduced in PHP 7.0;
31
- - the ` random_bytes ` and ` random_int ` functions introduced in PHP 7.0,
32
- provided by the ` paragonie/random_compat ` package;
33
- - the ` PHP_INT_MIN ` constant introduced in PHP 7.0,
34
- - the ` SessionUpdateTimestampHandlerInterface ` interface introduced in PHP 7.0,
35
- - the ` is_iterable ` function introduced in PHP 7.1;
36
21
- a ` Binary ` utility class to be used when compatibility with
37
22
` mbstring.func_overload ` is required;
38
23
- the ` spl_object_id ` and ` stream_isatty ` functions introduced in PHP 7.2;
0 commit comments