diff --git a/appendices/phpdevel.xml b/appendices/phpdevel.xml index e99c1a7ebc..ae792a820d 100644 --- a/appendices/phpdevel.xml +++ b/appendices/phpdevel.xml @@ -1,9 +1,16 @@ - + - Extending PHP + Extending PHP 3 - + + This section is rather outdated and demonstrates how to extend + PHP 3. If you're interested in PHP 4, please read the section + on the Zend API. Also, you'll want + to read various files found in the PHP source, files such as + README.SELF-CONTAINED-EXTENSIONS and + README.EXT_SKEL. + Adding functions to PHP