|
|
internals:references [2012/03/20 18:51] sixd Add a few of Derick's blog posts |
internals:references [2017/09/22 13:28] |
====== External References about Maintaining and Extending PHP ====== | |
| |
**Books** | |
| |
* [[http://www.amazon.com/Extending-Embedding-PHP-Sara-Golemon/dp/067232704X|Extending and Embedding PHP]] Sara Golemon's book on PHP (2006) | |
* [[http://www.amazon.com/Advanced-PHP-Programming-George-Schlossnagle/dp/0672325616|Advanced PHP Programming]] George Schlossnagle's book has several relevant chapters (2004) | |
| |
**Blog Posts and Articles** | |
| |
* Blog Series on Internals by Anthony Ferrara & Nikita Popov (2012) | |
* [[http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html|PHP's Source Code For PHP Developers - Part 1 - The Structure]] | |
* [[http://nikic.github.com/2012/03/16/Understanding-PHPs-internal-function-definitions.html|Understanding PHP's internal function definitions (PHP's Source Code for PHP Developers - Part 2) ]] | |
* [[https://github.com/mytskine/php-src/wiki/bug40531-mbsubstr|Fixing a bug in php-src]] François Gannaz describes making his very first bug fix (2012) | |
* Series by Kristina Chodorow (2011) | |
* [[http://www.snailinaturtleneck.com/blog/2011/08/11/php-extensions-made-eldrich-installing-php/|PHP Extensions Made Eldrich: Installing PHP]] | |
* [[http://www.snailinaturtleneck.com/blog/2011/08/11/php-extensions-made-eldrich-hello-world/|PHP Extensions Made Eldrich: Hello, World!]] | |
* [[http://www.snailinaturtleneck.com/blog/2011/08/11/php-extensions-made-eldrich-php-variables/|PHP Extensions Made Eldrich: PHP Variables]] | |
* [[http://www.snailinaturtleneck.com/blog/2011/08/11/php-extensions-made-eldrich-classes/|PHP Extensions Made Eldrich: Classes]] | |
* [[http://derickrethans.nl/valgrinding-shared-modules.html|Valgrinding shared modules]] Derick Rethans (2011) | |
* [[http://derickrethans.nl/debugging-variables.html|Debugging Variables]] Derick Rethans (2011) | |
* [[http://schlueters.de/blog/archives/141-References-and-foreach.html|References and foreach]] Blog post by Johannes Schlüter (2010) | |
* [[http://devzone.zend.com/1435/wrapping-c-classes-in-a-php-extension/|Wrapping C++ Classes in a PHP Extension]] Zend DevZone article (2009) | |
* [[http://derickrethans.nl/phps-segmentation-faults-gdbfu.html|PHP's segmentation faults GDB-fu]] Derick Rethans (2011) | |
* Zend DevZone Series by Sara Golemon (2005, 2006) | |
* [[http://devzone.zend.com/303/extension-writing-part-i-introduction-to-php-and-zend/|Extension Writing Part I: Introduction to PHP and Zend]] | |
* [[http://devzone.zend.com/317/extension-writing-part-ii-parameters-arrays-and-zvals/|Extension Writing Part II: Parameters, Arrays, and ZVALs]] | |
* [[http://devzone.zend.com/318/extension-writing-part-ii-parameters-arrays-and-zvals-continued/|Extension Writing Part II: Parameters, Arrays, and ZVALs (continued)]] | |
* [[http://devzone.zend.com/446/extension-writing-part-iii-resources/|Extension Writing Part III: Resources]] | |
**Conference Slides** | |
| |
* [[http://talks.somabo.de/200903_montreal_php_extension_writing.pdf|PHP Extension Writing]] Conference slides by Johannes Schlüter and Marcus Börger (2009) | |
* [[http://www.php.net/~wez/extending-php.pdf|Extending PHP]] Conference slides by Wez Furlong (2003) | |