com presentations: Tweaks: slides/intro/php56.xml
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 039915da0061b5dda575b85cddd6bc41ed50bfd5 Author: Rasmus Lerdorf <[email protected]> Thu, 3 Apr 2014 13:02:32 -0700 Parents: 89cede7ba1f6c0a3858799eb3e0ec7bd2cd77f90 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=039915da0061b5dda575b85cddd6bc41ed50bfd5 Log: Tweaks Changed paths: M slides/intro/php56.xml Diff: diff --git a/slides/intro/php56.xml b/slides/intro/php56.xml index 718c6e3..0dc4c38 100644 --- a/slides/intro/php56.xml +++ b/slides/intro/php56.xml @@ -24,7 +24,7 @@ test(...$args1, ...$args2); // [1, 2, 3, 4, 5, 6] test(1, 2, 3, ...$args2); // [1, 2, 3, 4, 5, 6] test(...$args1, 4, 5, 6); // [1, 2, 3, 4, 5, 6]]]></example> -<break lines="1" /> +<break lines="1" section="php56constscalar"/> <blurb fontsize="4em">✔ Constant scalar expressions</blurb> <example fontsize="2em" marginleft="7em" result='0' title=""><![CDATA[<?php class Foo { @@ -42,7 +42,7 @@ echo -3 ** 2; // -9 (not 9) echo 1 - 3 ** 2; // -8 echo ~3 ** 2; // -10 (not 16)]]></example> -<break lines="1" /> +<break lines="1" section="php56opoverload"/> <blurb fontsize="4em">✔ Internal operator overloading for internal features like GMP</blurb> <example fontsize="2em" marginleft="7em" result='0' title=""><![CDATA[<?php echo 2**512; @@ -67,8 +67,8 @@ header('My Page'); query('select * from stuff'); footer(); ]]></example> -<break lines="1" /> -<blurb fontsize="4em">✔ default_charset ini setting also applies to htmlspecialchars/entities/...</blurb> +<break lines="1" section="php56_0"/> +<blurb fontsize="4em">✔ default_charset ini now applies to internal funcs</blurb> <break lines="1" /> <blurb fontsize="4em">✔ SSL Peer verification by default</blurb> @@ -77,10 +77,10 @@ footer(); ]]></example> <blurb fontsize="4em">✔ openssl certificate fingerprints</blurb> <break lines="1" /> -<blurb fontsize="4em">✔ SAN x509 extension matching when verifing host names</blurb> +<blurb fontsize="4em">✔ SAN x509 ext matching when verifying host names</blurb> <break lines="1" /> -<blurb fontsize="4em">✔ automatic DoS prevention of TLS renogotiation attacks</blurb> +<blurb fontsize="4em">✔ automatic DoS prevention of TLS renegotiation attacks</blurb> <break lines="1" /> <blurb fontsize="4em">✔ and many more openssl-related options</blurb>