Skip to content

Commit 2e000ff

Browse files
committed
minor #443 Remove polyfills that are no longer provided from README.md (TimWolla)
This PR was merged into the 1.x branch. Discussion ---------- Remove polyfills that are no longer provided from README.md Commits ------- 35cb757 Remove polyfills that are no longer provided from README.md
2 parents b978763 + 35cb757 commit 2e000ff

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@ Polyfills are provided for:
1818
- the `intl_error_name`, `intl_get_error_code`, `intl_get_error_message` and
1919
`intl_is_failure` functions;
2020
- 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;
3621
- a `Binary` utility class to be used when compatibility with
3722
`mbstring.func_overload` is required;
3823
- the `spl_object_id` and `stream_isatty` functions introduced in PHP 7.2;

0 commit comments

Comments
 (0)