For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2007 > cvs: phpdoc /en/internals2/ze1/zendapi arguments.xml overview.xml possibilities.xml p









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/internals2/ze1/zendapi arguments.xml overview.xml possibilities.xml p
Hannes Magnusson

2007-08-06, 7:00 pm

bjori Mon Aug 6 22:57:56 2007 UTC

Modified files:
/phpdoc/en/internals2/ze1/zendapi arguments.xml overview.xml
possibilities.xml printing.xml
Log:
Really fix the build
# $%$"#%"#&/&"#$%!"#$%


http://cvs.php.net/viewvc.cgi/phpdo...7&diff_format=u
Index: phpdoc/en/internals2/ze1/zendapi/arguments.xml
diff -u phpdoc/en/internals2/ze1/zendapi/arguments.xml:1.6 phpdoc/en/internals2/ze1/zendapi/arguments.xml:1.7
--- phpdoc/en/internals2/ze1/zendapi/arguments.xml:1.6 Sun Aug 5 21:17:40 2007
+++ phpdoc/en/internals2/ze1/zendapi/arguments.xml Mon Aug 6 22:57:56 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <!-- $Revision: 1.6 $ -->
+ <!-- $Revision: 1.7 $ -->
<sect2 xml:id="internals2.ze1.zendapi.arguments" xmlns="http://docbook.org/ns/docbook">
<title>Accepting Arguments</title>
<para>
@@ -618,7 +618,7 @@
<para>
You can find a demonstration of the behavior in
<filename>cross_conversion.php</filename> on the accompanying
- CD-ROM. <xref linkend="internals2.ze1.zendapi.fig.cross-convert"/> shows the output.
+ CD-ROM.
</para>
</note>
<mediaobject xml:id="internals2.ze1.zendapi.fig.cross-convert">
http://cvs.php.net/viewvc.cgi/phpdo...6&diff_format=u
Index: phpdoc/en/internals2/ze1/zendapi/overview.xml
diff -u phpdoc/en/internals2/ze1/zendapi/overview.xml:1.5 phpdoc/en/internals2/ze1/zendapi/overview.xml:1.6
--- phpdoc/en/internals2/ze1/zendapi/overview.xml:1.5 Sun Aug 5 20:15:40 2007
+++ phpdoc/en/internals2/ze1/zendapi/overview.xml Mon Aug 6 22:57:56 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <!-- $Revision: 1.5 $ -->
+ <!-- $Revision: 1.6 $ -->

<sect2 xml:id="internals2.ze1.zendapi.overview" xmlns="http://docbook.org/ns/docbook">
<title>Overview</title>
@@ -37,8 +37,9 @@
The name <emphasis>Zend</emphasis> refers to the language engine,
PHP's core. The term <emphasis>PHP</emphasis> refers to the
complete system as it appears from the outside. This might sound
- a bit confusing at first, but it's not that complicated (see
- <xref linkend="internals2.ze1.zendapi.fig.internal-struct"/> ). To implement a Web script interpreter, you need
+ a bit confusing at first, but it's not that complicated (
+ <link linkend="internals2.ze1.zendapi.fig.internal-struct">see
+ below</link> ). To implement a Web script interpreter, you need
three parts:
<orderedlist>
<listitem>
http://cvs.php.net/viewvc.cgi/phpdo...3&diff_format=u
Index: phpdoc/en/internals2/ze1/zendapi/possibilities.xml
diff -u phpdoc/en/internals2/ze1/zendapi/possibilities.xml:1.2 phpdoc/en/internals2/ze1/zendapi/possibilities.xml:1.3
--- phpdoc/en/internals2/ze1/zendapi/possibilities.xml:1.2 Wed Jun 20 22:39:09 2007
+++ phpdoc/en/internals2/ze1/zendapi/possibilities.xml Mon Aug 6 22:57:56 2007
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <!-- $Revision: 1.2 $ -->
+ <!-- $Revision: 1.3 $ -->

<sect2 xml:id="internals2.ze1.zendapi.possibilities" xmlns="http://docbook.org/ns/docbook">
<title>Extension Possibilities</title>
<para>
- As shown in <xref linkend="internals2.ze1.zendapi.fig.internal-struct"/> above, PHP can be extended primarily at
+ As shown <link linkend="internals2.ze1.zendapi.fig.internal-struct">above</link>, PHP can be extended primarily at
three points: external modules, built-in modules, and the Zend
engine. The following sections discuss these options.
</para>
http://cvs.php.net/viewvc.cgi/phpdo...6&diff_format=u
Index: phpdoc/en/internals2/ze1/zendapi/printing.xml
diff -u phpdoc/en/internals2/ze1/zendapi/printing.xml:1.5 phpdoc/en/internals2/ze1/zendapi/printing.xml:1.6
--- phpdoc/en/internals2/ze1/zendapi/printing.xml:1.5 Sun Aug 5 20:15:40 2007
+++ phpdoc/en/internals2/ze1/zendapi/printing.xml Mon Aug 6 22:57:56 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <!-- $Revision: 1.5 $ -->
+ <!-- $Revision: 1.6 $ -->
<sect2 xml:id="internals2.ze1.zendapi.printing" xmlns="http://docbook.org/ns/docbook">
<title>Printing Information</title>
<para>
@@ -31,7 +31,9 @@
zend_error(E_WARNING, "This function has been called with empty arguments");
]]>
</programlisting>
- <xref linkend="internals2.ze1.zendapi.tab.error-messages"/> shows a list of possible values (see <xref linkend="internals2.ze1.zendapi.fig.warning-messages"/> ). These
+ <xref linkend="internals2.ze1.zendapi.tab.error-messages"/> shows a list
+ of possible values (see <link
+ linkend="internals2.ze1.zendapi.fig.warning-messages">below</link> ). These
values are also referred to in <filename>php.ini</filename>. Depending on
which error type you choose, your messages will be logged.
<table xml:id="internals2.ze1.zendapi.tab.error-messages">
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com