nlopess Tue Oct 4 15:55:11 2005 EDT
Modified files: /phpdoc/en/internals/pdo building.xml error-handling.xml packaging.xml Log: minor XML tuning http://cvs.php.net/diff.php/phpdoc/en/internals/pdo/building.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/internals/pdo/building.xml diff -u phpdoc/en/internals/pdo/building.xml:1.1 phpdoc/en/internals/pdo/building.xml:1.2 --- phpdoc/en/internals/pdo/building.xml:1.1 Mon Oct 3 18:02:14 2005 +++ phpdoc/en/internals/pdo/building.xml Tue Oct 4 15:55:07 2005 @@ -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 http://cvs.php.net/diff.php/phpdoc/en/internals/pdo/error-handling.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/internals/pdo/error-handling.xml diff -u phpdoc/en/internals/pdo/error-handling.xml:1.1 phpdoc/en/internals/pdo/error-handling.xml:1.2 --- phpdoc/en/internals/pdo/error-handling.xml:1.1 Mon Oct 3 18:02:14 2005 +++ phpdoc/en/internals/pdo/error-handling.xml Tue Oct 4 15:55:07 2005 @@ -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. http://cvs.php.net/diff.php/phpdoc/en/internals/pdo/packaging.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/internals/pdo/packaging.xml diff -u phpdoc/en/internals/pdo/packaging.xml:1.1 phpdoc/en/internals/pdo/packaging.xml:1.2 --- phpdoc/en/internals/pdo/packaging.xml:1.1 Mon Oct 3 18:02:16 2005 +++ phpdoc/en/internals/pdo/packaging.xml Tue Oct 4 15:55:07 2005 @@ -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 @@ <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>