diff --git a/internals/pdo/building.xml b/internals/pdo/building.xml index 39df97761b..29c316f48d 100644 --- a/internals/pdo/building.xml +++ b/internals/pdo/building.xml @@ -1,10 +1,10 @@ - + Building The build process is designed to work with PEAR (see http://pear.php.net/index.php 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 diff --git a/internals/pdo/error-handling.xml b/internals/pdo/error-handling.xml index d7ad5e9392..582f7f4a30 100644 --- a/internals/pdo/error-handling.xml +++ b/internals/pdo/error-handling.xml @@ -1,5 +1,5 @@ - + Error handling @@ -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 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. diff --git a/internals/pdo/packaging.xml b/internals/pdo/packaging.xml index 05ee8b82e0..7e31e3b5c0 100644 --- a/internals/pdo/packaging.xml +++ b/internals/pdo/packaging.xml @@ -1,5 +1,5 @@ - + Packaging and distribution @@ -35,8 +35,7 @@ $ sudo pear install PDO_SKEL-X.Y.X.tgz Full details about package.xml can be found in the PEAR - Programmer's documentation (http://pear.php.net/manual/index.php). + Programmer's documentation ().