Skip to content

Commit 6f232c4

Browse files
JakeFrnicolas-grekas
authored andcommitted
Add link in intl idn readme
1 parent 419c494 commit 6f232c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Symfony Polyfill / Php70
33

44
This component provides features unavailable in releases prior to PHP 7.0:
55

6-
- [`intdiv`](http://php.net/intdiv)
7-
- [`preg_replace_callback_array`](http://php.net/preg_replace_callback_array)
8-
- [`error_clear_last`](http://php.net/error_clear_last)
6+
- [`intdiv`](https://php.net/intdiv)
7+
- [`preg_replace_callback_array`](https://php.net/preg_replace_callback_array)
8+
- [`error_clear_last`](https://php.net/error_clear_last)
99
- `random_bytes` and `random_int` (from [paragonie/random_compat](https://github.com/paragonie/random_compat))
10-
- [`*Error` throwable classes](http://php.net/Error)
11-
- [`PHP_INT_MIN`](http://php.net/manual/en/reserved.constants.php#constant.php-int-min)
10+
- [`*Error` throwable classes](https://php.net/Error)
11+
- [`PHP_INT_MIN`](https://php.net/reserved.constants#constant.php-int-min)
1212
- `SessionUpdateTimestampHandlerInterface`
1313

1414
More information can be found in the

0 commit comments

Comments
 (0)