com presentations: tweak: china17.html slides/intro/php71 _2017.xml

[email protected] (Rasmus Lerdorf) Fri, 16 Jun 2017 21:49:00 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    da6accac22703c8eb814e6662bca982541b1c0f9
Author:    Rasmus Lerdorf <[email protected]>         Sat, 17 Jun 2017 05:49:00 +0800
Parents:   cbd1db1cc49ea1e56c496245020d35b543a9beec
Branches:  master

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

Log:
tweak

Changed paths:
  M  china17.html
  M  slides/intro/php71_2017.xml


Diff:
diff --git a/china17.html b/china17.html
index c5e8646..38ff56c 100644
--- a/china17.html
+++ b/china17.html
@@ -480,6 +480,10 @@ Notice: A non well formed numeric string encountered in example.php on line 2</c
     protected const PROTECTED_CONST = 0;
     public const PUBLIC_CONST_TWO = 0;</code></pre>
 		</section>
+<section id="safeinterrupts">
+		<p class="p" style="font-size:1.1em;text-align:left;">Safe Interrupts</p>
+		<p class="p" style="font-size:1.1em;text-align:left;">The VM now checks for interrupts on each loop iteration, user function entry and internal function exit. This will reduce the number of segfaults and deadlocks when a time out happens.</p>
+		</section>
 <section id="php71cleanups">
 		<p class="p" style="font-size:1.1em;text-align:left;">Things that may break your code</p>
 		<ul>
diff --git a/slides/intro/php71_2017.xml b/slides/intro/php71_2017.xml
index 0286f22..1094cc8 100644
--- a/slides/intro/php71_2017.xml
+++ b/slides/intro/php71_2017.xml
@@ -80,6 +80,10 @@ class Token {
     public const PUBLIC_CONST_TWO = 0;
 ]]></example>
 
+<break lines="1" section="safeinterrupts"/>
+<blurb fontsize="1.1em" align="left">Safe Interrupts</blurb>
+<blurb fontsize="1.1em" align="left">The VM now checks for interrupts on each loop iteration, user function entry and internal function exit. This will reduce the number of segfaults and deadlocks when a time out happens.</blurb>
+
 <break lines="1" section="php71cleanups"/>
 <blurb fontsize="1.1em" align="left">Things that may break your code</blurb>
 <list>