Made README.PARAMETER_PARSING_API a link

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303736 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2010-09-23 18:15:42 +00:00
parent 24c0366232
commit ffbac896ce

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<chapter xml:id="internals2.funcs" xmlns="http://docbook.org/ns/docbook">
<chapter xml:id="internals2.funcs" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Writing functions</title>
<para>
One core element of an extension are functions which are exported to the
@ -308,7 +308,7 @@ PHP_FUNCTION(hello_world)
<para>
A documentation of all type specifiers and the corresponding additional C
types can be found in the file <code>README.PARAMETER_PARSING_API</code>
types can be found in the file <link xlink:href="&url.php.src.parameters.readme;">README.PARAMETER_PARSING_API</link>
which is part of the source distribution. The most important types can be
found in the table below.
</para>