From c8927e4471038e0eaa85c3ff2bcb52e2f1dc4d54 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 9 Sep 2005 15:13:53 +0000 Subject: [PATCH] Whitespace fix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195604 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/reference.xml | 122 ++++++++++++++++++------------------ 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/reference/pdo/reference.xml b/reference/pdo/reference.xml index d999ff1789..0e0631c4ba 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + @@ -32,96 +32,96 @@ PHP 5.1 and up on Unix systems - - If you're running a PHP 5.1 release, PDO is included in the distribution; - it will be automatically enabled when you run configure. It is - recommended that you build PDO as a shared extension, as this will allow - you to take advantage of updates that are made available via PECL. The - recommended configure line for building PHP with PDO support should - enable zlib support (for the pear installer) as well. You may also need - to enable the PDO driver for your database of choice; consult the - documentation for database-specific - PDO drivers to find out more about that. - + + If you're running a PHP 5.1 release, PDO is included in the distribution; + it will be automatically enabled when you run configure. It is + recommended that you build PDO as a shared extension, as this will allow + you to take advantage of updates that are made available via PECL. The + recommended configure line for building PHP with PDO support should + enable zlib support (for the pear installer) as well. You may also need + to enable the PDO driver for your database of choice; consult the + documentation for database-specific + PDO drivers to find out more about that. + - - + + - - After installing PDO as a shared module, you must edit your php.ini file - so that the PDO extension will be loaded automatically when PHP runs. - You will also need to enable any database specific drivers there too; - make sure that they are listed after the pdo.so line, as PDO must be - initialized before the database specific extensions can be loaded. - If you built the extensions statically, you can skip this step. - + + After installing PDO as a shared module, you must edit your php.ini file + so that the PDO extension will be loaded automatically when PHP runs. + You will also need to enable any database specific drivers there too; + make sure that they are listed after the pdo.so line, as PDO must be + initialized before the database specific extensions can be loaded. + If you built the extensions statically, you can skip this step. + - - + + - - Having PDO as a shared module will allow you to run pear - upgrade pdo as new versions of PDO are published, without - forcing you to rebuild the whole of PHP. Note that if you do this, you - also need to upgrade your database specific PDO drivers at the same - time. - + + Having PDO as a shared module will allow you to run pear + upgrade pdo as new versions of PDO are published, without + forcing you to rebuild the whole of PHP. Note that if you do this, you + also need to upgrade your database specific PDO drivers at the same + time. + PHP 5.0 and up on Unix systems - - PDO is available as a PECL extension from - &url.pecl.package;pdo. - Installation can be performed via the pear tool; this - is enabled by default when you configure PHP. You should ensure that - PHP was configured --with-zlib in order for - pear to be able to handle the compressed package - files. - + + PDO is available as a PECL extension from + &url.pecl.package;pdo. + Installation can be performed via the pear tool; this + is enabled by default when you configure PHP. You should ensure that + PHP was configured --with-zlib in order for + pear to be able to handle the compressed package + files. + - - Run the following command to download, build, and install the - latest stable version of PDO: - + + Run the following command to download, build, and install the + latest stable version of PDO: + - - + + - - If PDO is still in beta (and at the time of writing, it is), you will - need to tell the pear tool that it's ok to fetch the beta package. - Instead of running the command above, run the following: - + + If PDO is still in beta (and at the time of writing, it is), you will + need to tell the pear tool that it's ok to fetch the beta package. + Instead of running the command above, run the following: + - - + + - - The pear command automatically installs the - PDO module into your PHP extensions directory. To enable the - PDO extension on Linux or Unix operating systems, you must add - the following line to &php.ini;: - + + The pear command automatically installs the + PDO module into your PHP extensions directory. To enable the + PDO extension on Linux or Unix operating systems, you must add + the following line to &php.ini;: + - - + +