One of the things I hate in the PHP Build System is that Makefile‘s it generates cannot handle the cases when a header file changes. In a perfect world, any change to a header file would cause all files depending
PHP Extensions and C++
This article describes some gotchas you may face if you need to use C++ in your extension.
How To: Integrate LCov with PHPUnit to Test PHP Extensions
When writing or debugging PHP extensions, it is very useful to have test coverage. It is also very interesting to know what test covers which files, similar to what PHPUnit generates for PHP.