From f754d45de46fb253bd8e4e9ad2077a237e3c9594 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 26 Apr 2006 12:21:33 +0000 Subject: [PATCH] Tell about PDO_SQLITE and SQLite (bug #37112) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212015 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/configure.xml | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/reference/pdo/configure.xml b/reference/pdo/configure.xml index 4c137b05b0..06b49d4c14 100644 --- a/reference/pdo/configure.xml +++ b/reference/pdo/configure.xml @@ -1,10 +1,13 @@ + +
&reftitle.install; PHP 5.1 and up on Unix systems - If you're running a PHP 5.1 release, PDO is included in the distribution; + If you're running a PHP 5.1 release, PDO and PDO_SQLITE 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 @@ -15,6 +18,8 @@ PDO drivers to find out more about that, but note that if you build PDO as a shared extension, you must build the PDO drivers as shared extensions. + SQLite extension depends on PDO so if PDO is built as a shared extension, + SQLite needs to be built the same way. @@ -134,3 +137,25 @@ extension=php_pdo_sqlite.dll
+ + +