minor XML tuning

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197576 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-10-04 19:55:07 +00:00
parent 404b232b76
commit 1257278519
3 changed files with 6 additions and 7 deletions

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<sect1 id="internals.pdo.building">
<title>Building</title>
<para>
The build process is designed to work with PEAR (see <ulink
url="http://pear.php.net/index.php">http://pear.php.net/index.php</ulink> for more information about
url="&url.php.pear;"/> for more information about
PEAR). There are two files that are used to assist in configuring your
package for building. The first is config.m4 which is the autoconf
configuration file for all platforms except Win32. The second is config.w32

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<sect1 id="internals.pdo.error-handling">
<title>Error handling</title>
<para>
@ -44,7 +44,7 @@
information such as an error message, code location of the failure, and
any additional descriptive information the driver developer feels
worthy of inclusion. It is generally a good idea to include all
diagnostic information<emphasis role="strong"> </emphasis>obtainable
diagnostic information obtainable
from the database interface at the time of the failure. For
driver-detected errors (such as memory allocation problems), the driver
developer can define whatever error information that seems appropriate.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<sect1 id="internals.pdo.packaging">
<title>Packaging and distribution</title>
<sect2>
@ -35,8 +35,7 @@ $ sudo pear install PDO_SKEL-X.Y.X.tgz
<para>
Full details about <filename>package.xml</filename> can be found in the PEAR
Programmer's documentation (<ulink
url="http://pear.php.net/manual/index.php">http://pear.php.net/manual/index.php</ulink>).
Programmer's documentation (<ulink url="&url.php.pear.manual;"/>).
</para>
</sect2>
<sect2>