com presentations: Center: slides/intro/web_impact.xml tw eakers.html

[email protected] (Rasmus Lerdorf) Thu, 16 Feb 2017 13:01:28 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    63b98b4e563e6f119686c39cf0dbb675b9973d51
Author:    Rasmus Lerdorf <[email protected]>         Thu, 16 Feb 2017 14:01:28 +0100
Parents:   31909beb68a34d8c48e4c2d7be1a4865f3bcff23
Branches:  master

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

Log:
Center

Changed paths:
  M  slides/intro/web_impact.xml
  M  tweakers.html


Diff:
diff --git a/slides/intro/web_impact.xml b/slides/intro/web_impact.xml
index 109e17f..4b87ad1 100644
--- a/slides/intro/web_impact.xml
+++ b/slides/intro/web_impact.xml
@@ -43,7 +43,7 @@
 
 <break lines="1" section="impact6"/>
 
-<blurb fontsize="20em" align="left">Do your part</blurb>
-<blurb fontsize="20em" align="left">Upgrade to PHP 7!</blurb>
+<blurb fontsize="20em" align="center">Do your part</blurb>
+<blurb fontsize="20em" align="center">Upgrade to PHP 7!</blurb>
 
 </slide>
diff --git a/tweakers.html b/tweakers.html
index d9009f0..966bf0b 100644
--- a/tweakers.html
+++ b/tweakers.html
@@ -377,8 +377,8 @@ $ make -j8 prof-use</code></pre>
 		</ul>
 		</section>
 <section id="impact6">
-		<h1 style="text-align:left;">Do your part</h1>
-		<h1 style="text-align:left;">Upgrade to PHP 7!</h1>
+		<h1 style="text-align:center;">Do your part</h1>
+		<h1 style="text-align:center;">Upgrade to PHP 7!</h1>
 		</section>	</section>
 	<section>
 		<section id="php7">
@@ -599,8 +599,8 @@ $bytes = random_bytes(10);
 
 var_dump( $int );
 var_dump( bin2hex($bytes) );</code></pre>
-		<pre class="output" style="font-size:1.2em;">int(-430)
-string(20) "bc346f91e6b37e6ba64d"
+		<pre class="output" style="font-size:1.2em;">int(414)
+string(20) "f0491f72653eea697f0b"
 		</pre>		</section>	</section>
 	<section>
 		<section id="php71">