phpEM talk

This commit is contained in:
Derick Rethans
2017-11-25 12:19:56 +00:00
parent 958a55f61d
commit 3b635d02da
7 changed files with 102 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -0,0 +1,15 @@
<slide>
<title>Xdebug 2.6 — Debugging</title>
<blurb>Connection timeout configurable</blurb>
<blurb class="small">Used to be 200ms</blurb>
<break/>
<blurb>Extended properties</blurb>
<blurb class="small">So that you can have funny chars in property names</blurb>
<break/>
<blurb>Notifications and warnings</blurb>
<blurb class="small">Send to the debugging console</blurb>
<break/>
</slide>

View File

@@ -0,0 +1,13 @@
<slide>
<title>Xdebug 2.6 — To Come</title>
<list>
<bullet>Filters: Tracing, Code Coverage, Profiling</bullet>
<bullet>Source code view in error message</bullet>
</list>
<div effect="fade-in">
<break lines="3"/>
<blurb class="big-centre">When is it ready?</blurb>
</div>
</slide>

View File

@@ -2,12 +2,22 @@
<title>Xdebug 2.6</title>
<list>
<bullet>Support for PHP 7
<list>
<bullet>Fixes for variable resolution</bullet>
</list>
</bullet>
<bullet>Support for PHP 7.2
<list>
<bullet>switch optimisation</bullet>
</list>
</bullet>
<bullet>Support for PHP 5 dropped</bullet>
<bullet>Filters: Tracing, Code Coverage</bullet>
</list>
<break/>
<blurb>New features:</blurb>
<list>
<bullet>Memory profiling</bullet>
<bullet>Formatting filenames</bullet>
</list>
</slide>

View File

@@ -0,0 +1,11 @@
<slide>
<title>Switch Graph</title>
<div effect="fade-out">
<image filename="switch-php71.png"/>
</div>
<div effect="fade-in">
<image filename="switch-php72.png"/>
</div>
</slide>

52
xdebug-new-phpem17.xml Normal file
View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<presentation css="10gen-strict.css">
<topic>Debugging</topic>
<title>What's New in Xdebug?</title>
<event>PHP EM Unconference</event>
<location>Leicester, UK</location>
<date>November 25th, 2017</date>
<speaker>Derick Rethans</speaker>
<email>derick@xdebug.org</email>
<twitter>derickr</twitter>
<url>http://derickrethans.nl/talks.html</url>
<joindin>https://joind.in/22954</joindin>
<slide>slides/mongodb/title.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/vld-path-5-wrapup.xml</slide>
<slide>slides/xdebug/xdebug-2.4-new.xml</slide>
<slide>slides/xdebug/function-monitor.xml</slide>
<slide>slides/xdebug/xdebug-2.5-new.xml</slide>
<slide>slides/xdebug/happy-15th.xml</slide>
<slide>slides/xdebug/restaurant.xml</slide>
<slide>slides/xdebug/xdebug-2.6-new.xml</slide>
<slide>slides/xdebug/xdebug-2.6-switch.xml</slide>
<slide>slides/xdebug/xdebug-2.6-switch2.xml</slide>
<slide>slides/xdebug/xdebug-2.6-switch3.xml</slide>
<slide>slides/xdebug/xdebug-2.6-new-dbgp.xml</slide>
<slide>slides/xdebug/xdebug-2.6-new-to-come.xml</slide>
<slide>slides/xdebug/resources.xml</slide>
</presentation>