In this workshop, we take a first look at writing PHP extensions. Using step-by-step examples, we'll take a function written in PHP and convert them into a loadable extension using C. We'll then test both versions and compare the results. After seeing the size and scope of the benefits that can be realized with only a few minor changes, you'll want to try it out for yourself. You'll also understand why we start with simple things, and not try to rewrite all of Symfony in C.

About the speaker
Derick Rethans is a PHP internals expert, author of Xdebug and an OpenStreetMap and mapping enthusiast.

He has contributed in a number of ways to the PHP project, including the Xdebug debugging tool, and various extensions and additions. He's a frequent lecturer at conferences, the author of php|architect's Guide to Date and Time Programming, and the co-author of PHP 5 Power Programming. He is now working at MongoDB, where he works on the PHP and C drivers for MongoDB, and date/time related server features.

In his spare time, he likes to travel, hike, ski and practise photography.

Comments

Comments are closed.

Absolutely awesome talk. Well structured and exactly what I was looking for.