mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mentioned this is for PHP 3 and refer to appropriate PHP 4 sources. This also
adds a link to the Zend API docs. # If your phpdoc build fails to find the zend link id, you have two options: # a) Checkout the ZendAPI cvs module (it's separate from phpdoc) and run ./configure again # b) Or run ./configure as to insert the missing link id into entities/missing-ids.xml # Either way the official build will find it. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125329 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b753a5438b
commit
4a812d8f98
1 changed files with 10 additions and 3 deletions
|
@ -1,9 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<appendix id="phpdevel">
|
||||
<title>Extending PHP</title>
|
||||
<title>Extending PHP 3</title>
|
||||
|
||||
<simpara></simpara>
|
||||
<simpara>
|
||||
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 <link linkend="zend">Zend API</link>. Also, you'll want
|
||||
to read various files found in the PHP source, files such as
|
||||
<filename>README.SELF-CONTAINED-EXTENSIONS</filename> and
|
||||
<filename>README.EXT_SKEL</filename>.
|
||||
</simpara>
|
||||
|
||||
<sect1 id="phpdevel-addfunc">
|
||||
<title>Adding functions to PHP</title>
|
||||
|
|
Loading…
Reference in a new issue