com presentations: WordCamp London talk: slides/mongodb/me.xml slides/xdebug/php7-sigh.xml slides/xdebug/resources.xml slides/xdebug/vld-path-2-code.xml slides/xdebug/vld-path-2-output.xml slides/xdebug/wayback-wrapper.xml xdebug-wordcampldn.xml

[email protected] (Derick Rethans) Fri, 08 Apr 2016 11:43:06 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    d550592358fc3dc2e9625c7b3aee9510b17c57ae
Author:    Derick Rethans <[email protected]>         Fri, 8 Apr 2016 12:43:06 +0100
Parents:   5ef105d5c84d9ce46d23b090ed541d35157131e6
Branches:  master

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

Log:
WordCamp London talk

Changed paths:
  M  slides/mongodb/me.xml
  M  slides/xdebug/php7-sigh.xml
  M  slides/xdebug/resources.xml
  M  slides/xdebug/vld-path-2-code.xml
  M  slides/xdebug/vld-path-2-output.xml
  M  slides/xdebug/wayback-wrapper.xml
  A  xdebug-wordcampldn.xml


Diff:
diff --git a/slides/mongodb/me.xml b/slides/mongodb/me.xml
index 50941a1..6165951 100644
--- a/slides/mongodb/me.xml
+++ b/slides/mongodb/me.xml
@@ -9,7 +9,7 @@
 		<bullet>I'm *Dutch/British* living in London</bullet>
 		<bullet>One of the PHP/HHVM *MongoDB* driver maintainers</bullet>
 		<bullet>Author of the PHP debugger tool *Xdebug*, PHP's Date/Time/Timezone support, and a bunch of other PHP extensions</bullet>
-		<bullet>I ♥🌍 maps </bullet>
-		<bullet>I ♥🍺 beer </bullet>
+		<bullet>I ♥🌍 maps, I ♥🍺 beer </bullet>
+		<bullet>twitter: @derickr</bullet>
 	</list>
 </slide>
diff --git a/slides/xdebug/php7-sigh.xml b/slides/xdebug/php7-sigh.xml
index 5c28b3e..b1cf380 100644
--- a/slides/xdebug/php7-sigh.xml
+++ b/slides/xdebug/php7-sigh.xml
@@ -6,8 +6,12 @@
 	<bullet>It compiles now</bullet>
 	<bullet>All test cases pass</bullet>
 	<bullet>It's like rewriting Xdebug ☹</bullet>
-	<bullet>I released Xdebug 2.4 on the flight here!</bullet>
+</list>
+<div effect="fade-in">
+<list>
+	<bullet>Xdebug 2.4 released with PHP 7 support ☺</bullet>
 	<bullet>Function monitoring: spying on which functions are being called</bullet>
 </list>
+</div>
 
 </slide>
diff --git a/slides/xdebug/resources.xml b/slides/xdebug/resources.xml
index 08be498..d1e4f1b 100644
--- a/slides/xdebug/resources.xml
+++ b/slides/xdebug/resources.xml
@@ -3,7 +3,6 @@
 	<title>Resources</title>
 
 <qrcode>http://derickrethans.nl/talks/:-:talk_id:-:</qrcode>
-	<blurb>Slides:<br/>http://derickrethans.nl/talks/:-:talk_id:-:</blurb>
+	<blurb>Slides:<br/>:-:joindin:-:</blurb>
 	<blurb>:-:speaker:-: — @:-:twitter:-: — :-:email:-:</blurb>
-	<blurb>Feedback: :-:joindin:-:</blurb>
 </slide>
diff --git a/slides/xdebug/vld-path-2-code.xml b/slides/xdebug/vld-path-2-code.xml
index c6b2a6e..64c0f55 100644
--- a/slides/xdebug/vld-path-2-code.xml
+++ b/slides/xdebug/vld-path-2-code.xml
@@ -1,5 +1,5 @@
 <slide>
-<title>vld paths #2: code</title>
+<title>vld paths: code</title>
 
 <example>
 <![CDATA[<?php
diff --git a/slides/xdebug/vld-path-2-output.xml b/slides/xdebug/vld-path-2-output.xml
index b6e0bd9..514f5d3 100644
--- a/slides/xdebug/vld-path-2-output.xml
+++ b/slides/xdebug/vld-path-2-output.xml
@@ -1,5 +1,5 @@
 <slide>
-<title>vld paths #2: output</title>
+<title>vld paths: output</title>
 
 <example>
 <![CDATA[
diff --git a/slides/xdebug/wayback-wrapper.xml b/slides/xdebug/wayback-wrapper.xml
index cb2c168..4ec57f1 100644
--- a/slides/xdebug/wayback-wrapper.xml
+++ b/slides/xdebug/wayback-wrapper.xml
@@ -8,10 +8,6 @@
 	%get_time_range%</bullet>
 	<bullet>Update DBGp spec</bullet>
 	<bullet>Push IDEs to implement the extra commands</bullet>
-</list>
-<div effect="fade-in">
-<list>
 	<bullet>Finish dumper</bullet>
 </list>
-</div>
 </slide>
diff --git a/xdebug-wordcampldn.xml b/xdebug-wordcampldn.xml
new file mode 100644
index 0000000..b9b4d84
--- /dev/null
+++ b/xdebug-wordcampldn.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="utf-8"?>
+<presentation css="10gen-strict.css">
+<topic>Debugging</topic>
+<title>Debugging: Past, Present, and Future</title>
+<event>WordCamp London</event>
+<location>London UK</location>
+<date>April 10th, 2016</date>
+<speaker>Derick Rethans</speaker>
+<email>[email protected]</email>
+<twitter>derickr</twitter>
+<url>http://derickrethans.nl/talks.html</url>
+<joindin>https://derickrethans.nl/talks/xdebug-wordcampldn</joindin>
+<slide>slides/mongodb/title.xml</slide>
+<slide>slides/mongodb/me.xml</slide>
+
+<slide>slides/xdebug/agenda-ppp.xml</slide>
+<slide>slides/xdebug/xdebug-var-dump.xml</slide>
+<slide>slides/xdebug/library-krumo.xml</slide>
+<slide>slides/xdebug/library-kint.xml</slide>
+<slide>slides/xdebug/shutup.xml</slide>
+
+<slide>slides/xdebug/tracing.xml</slide>
+<slide>slides/xdebug/functiontrace-summary.xml</slide>
+
+<slide>slides/xdebug/xdebug-2.3-error-munging.xml</slide>
+
+<slide>slides/xdebug/analyse-running-script.xml</slide>
+<slide>slides/xdebug/phpstorm.xml</slide>
+
+<slide>slides/xdebug/xdebug-2.3-new.xml</slide>
+
+<slide>slides/xdebug/debugger-activation.xml</slide>
+<slide>slides/xdebug/debugger-browser-extensions.xml</slide>
+<!-- <slide>slides/xdebug/debugger-connection-log.xml</slide> -->
+
+<slide>slides/xdebug/paths.xml</slide>
+<slide>slides/internals/vld2.xml</slide>
+
+<slide>slides/xdebug/vld-path-2-code.xml</slide>
+<slide>slides/xdebug/vld-path-2-output.xml</slide>
+<slide>slides/xdebug/vld-path-2-paths.xml</slide>
+<!--
+<slide>slides/xdebug/phpdbg.xml</slide>
+<slide>slides/xdebug/phpdbg-demo.xml</slide>
+-->
+<slide>slides/xdebug/vld-path-4-code.xml</slide>
+<slide>slides/xdebug/vld-path-4-output.xml</slide>
+
+<slide>slides/xdebug/vld-path-3-code.xml</slide>
+<slide>slides/xdebug/vld-path-3-output.xml</slide>
+<slide>slides/xdebug/vld-path-3-paths.xml</slide>
+
+<slide>slides/xdebug/restaurant.xml</slide>
+<slide>slides/xdebug/wayback-tracing.xml</slide>
+<slide>slides/xdebug/wayback-wrapper.xml</slide>
+
+<slide>slides/xdebug/php7-happened.xml</slide>
+<slide>slides/xdebug/php7-sigh.xml</slide>
+
+<slide>slides/xdebug/function-monitor.xml</slide>
+
+<slide>slides/mongodb/mongodbworld16.xml</slide>
+
+<slide>slides/xdebug/resources.xml</slide>
+
+</presentation>