Skip to content

Commit

Permalink
Mention that we want sqlite 3 enabled, specifically: pdo_sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
philip committed Aug 11, 2010
1 parent 5fb1006 commit e42f092
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mirroring.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function make_seed()
removal of your mirror from our list.
</p>

<h2>Add SQLite Support</h2>
<h2>Add SQLite 3 Support</h2>

<p>
<a href="http://www.sqlite.org">SQLite</a> is an embedded
Expand All @@ -130,12 +130,13 @@ function make_seed()
</p>

<p>
The SQLite database engine itself is bundled with PHP, and the extension
enabled by default with recent PHP releases so there are no additional
requirements for mirrors other than standard PHP installation.<br />
There are a couple of SQLite 3 implementations in PHP. One is via the
PDO extension by using the SQLite driver (pdo_sqlite), which is what you
should be sure is installed. The other is via the SQLite3 extension.
These extensions are both compiled into PHP by default.
Note: Some Linux distributions disable many extensions in their
package systems, including SQLite. Please make sure you install the
"php5-sqlite" package if using such package system.
"php5-sqlite" (or similiar) package if using such a system.
</p>

<h2>Setup Apache VirtualHost</h2>
Expand Down

0 comments on commit e42f092

Please sign in to comment.