com presentations: Tweaks: php-cambridgephp20.xml slides/xdebug/focus-on-xdebug.xml

[email protected] (Derick Rethans) Wed, 21 Oct 2020 22:52:05 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    45fa871a323edd85d6ab7922e7e80557552c632d
Author:    Derick Rethans <[email protected]>         Wed, 21 Oct 2020 23:52:05 +0100
Parents:   515c2ce22fc56d53217e05c70734ec3c6d387587
Branches:  master

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

Log:
Tweaks

Changed paths:
  M  php-cambridgephp20.xml
  M  slides/xdebug/focus-on-xdebug.xml


Diff:
diff --git a/php-cambridgephp20.xml b/php-cambridgephp20.xml
index ae623f6b..bc405fe3 100644
--- a/php-cambridgephp20.xml
+++ b/php-cambridgephp20.xml
@@ -2,13 +2,13 @@
 <presentation css="derick.css">
 <topic>PHP</topic>
 <title>What's&#160;new&#160;in&#160;PHP&#160;8</title>
-<event>PHP North West</event>
-<location>Virtual Manchester, United Kingdom</location>
-<date>August 4th, 2020</date>
+<event>PHP Cambridge</event>
+<location>Virtual Cambridge, UK</location>
+<date>October 20th 2020</date>
 <speaker>Derick Rethans</speaker>
 <email>[email protected]</email>
 <twitter>derickr</twitter>
-<url>https://derickrethans.nl/talks/php-phpnw20</url>
+<url>https://derickrethans.nl/talks/php-cambridgephp20</url>
 <joindin></joindin>
 <slide>slides/xdebug/title.xml</slide>
 <slide>slides/mongodb/me.xml</slide>
@@ -22,7 +22,7 @@
 <slide>slides/internals/php80-union-types-new.xml</slide>
 <slide>slides/internals/php80-union-types-examples.xml</slide>
 <slide>slides/internals/php80-trailing-comma-example.xml</slide>
-<slide>slides/internals/php80-union-types-law.xml</slide>
+<!--<s lide>slides/internals/php80-union-types-law.xml</slide> -->
 <slide>slides/internals/php80-union-types-coercive.xml</slide>
 
 Mixed Type v2
@@ -40,7 +40,6 @@ Attributes v2
 <slide>slides/internals/php80-attributes-after.xml</slide>
 <slide>slides/internals/php80-attributes-attribute-definition.xml</slide>
 <slide>slides/internals/php80-attributes-use-cases.xml</slide>
-<slide>slides/internals/php80-attributes-syntax.xml</slide>
 
 New Syntax
 <slide>slides/internals/php80-match.xml</slide>
diff --git a/slides/xdebug/focus-on-xdebug.xml b/slides/xdebug/focus-on-xdebug.xml
index 38281179..1de0ab91 100644
--- a/slides/xdebug/focus-on-xdebug.xml
+++ b/slides/xdebug/focus-on-xdebug.xml
@@ -1,7 +1,7 @@
 <slide>
 <title>The Xdebug Experience</title>
 
-<blurb>Xdebug is 17 years old, and has plenty of issues:</blurb>
+<blurb>Xdebug is 18 years old, and has plenty of issues:</blurb>
 
 <list>
 	<bullet>*Configuration Confusion*<br/><small>65 configuration settings: pointless, duplicated, or incompatible at the same time</small></bullet>