com presentations: Dec.3!: afup15.html slides/intro/php7_ 2016.xml

[email protected] (Rasmus Lerdorf) Tue, 24 Nov 2015 08:29:49 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    a5627cb3ea0f441995317aa5dd49a04437e4bdfa
Author:    Rasmus Lerdorf <[email protected]>         Tue, 24 Nov 2015 09:29:49 +0100
Parents:   d50e26bc9bdca27cf1d901d6852d30e6e45c9965
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=a5627cb3ea0f441995317aa5dd49a04437e4bdfa

Log:
Dec.3!

Changed paths:
  M  afup15.html
  M  slides/intro/php7_2016.xml


Diff:
diff --git a/afup15.html b/afup15.html
index d86731b..baf7182 100644
--- a/afup15.html
+++ b/afup15.html
@@ -562,11 +562,11 @@ $bytes = random_bytes(10);
 
 var_dump( $int );
 var_dump( bin2hex($bytes) );</code></pre>
-		<pre class="output" style="font-size:1.2em;">int(333)
-string(20) "bbecaff173062f10e091"
+		<pre class="output" style="font-size:1.2em;">int(-28)
+string(20) "ea1b72ce148ec5c09319"
 		</pre>		</section>
 <section id="php7more">
-		<p class="p" style="font-size:1.5em;">GA release scheduled for Nov.26 or Dec.3</p>
+		<p class="p" style="font-size:1.5em;">GA release scheduled for Dec.3</p>
 		</section>	</section>
 	<section>
 		<section id="perf2014">
diff --git a/slides/intro/php7_2016.xml b/slides/intro/php7_2016.xml
index 7774691..191affa 100644
--- a/slides/intro/php7_2016.xml
+++ b/slides/intro/php7_2016.xml
@@ -524,6 +524,6 @@ var_dump( bin2hex($bytes) );
 
 <break lines="1" section="php7more"/>
 
-<blurb fontsize="1.5em">GA release scheduled for Nov.26 or Dec.3</blurb>
+<blurb fontsize="1.5em">GA release scheduled for Dec.3</blurb>
 
 </slide>