Talk comments

Fast overview of some of the new PHP 5.5 features. Learned that as of PHP 5.5, APC will be dead (PHP 5.4 will still be supported though, for a while). Let's hope opcache works a bit better regarding execution of stale code (so that you don't have to fiddle with config flags to make it work correctly).

Anonymous at 13:50 on 17 May 2013

More real case studies will be usefull.

Interesting and informative, covering some somewhat more advanced features and inner workings of composer. The talk was well organized and presented. Perhaps the speaker could have been a bit more enthusiastic. :)

Anonymous at 13:49 on 17 May 2013

Usefull talk for every php developer.

Unfortunatelly, didn't cover anything you can't learn from the summary of new features on php.net. Talk was also too slow.

Anonymous at 13:42 on 17 May 2013

Good talk with great content information

Anonymous at 13:41 on 17 May 2013

Bad presentation in terrible english :(

Very good talk on ZendMM, and more generally on PHP internals memory management. Always good to know what happens under the hood. Clear and detailed, I got quite a few bits from this talk.