com presentations: MT note: slides/intro/php71_201 6.xml
[email protected] (Rasmus Lerdorf) Sun, 22 Jan 2017 00:33:54 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 3bb510a87eee956f17b944983d03b91c05ef3681 Author: Rasmus Lerdorf <[email protected]> Sat, 21 Jan 2017 19:33:54 -0500 Parents: b5d4863a48ab0ab1e58e17bce38a96d0509c780d Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=3bb510a87eee956f17b944983d03b91c05ef3681 Log: MT note Changed paths: M slides/intro/php71_2016.xml Diff: diff --git a/slides/intro/php71_2016.xml b/slides/intro/php71_2016.xml index c9470c6..f13aa07 100644 --- a/slides/intro/php71_2016.xml +++ b/slides/intro/php71_2016.xml @@ -85,6 +85,7 @@ class Token { <list> <bullet marginleft="-1em" fontsize="0.8em">new 'void' and 'iterable' keywords</bullet> <bullet marginleft="-1em" fontsize="0.8em">rand() and srand() are now aliased to mt_rand() and mt_srand()</bullet> +<bullet marginleft="-1em" fontsize="0.8em">Mersenne Twister algorithm has been tweaked</bullet> <bullet marginleft="-1em" fontsize="0.8em">Calling a function with too few args is now an Error instead of a Warning</bullet> <bullet marginleft="-1em" fontsize="0.8em">Dropped support for sslv2 streams</bullet> <bullet marginleft="-1em" fontsize="0.8em">Dropped support for mcrypt</bullet>