diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-05-04 20:37:36 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-05-04 20:37:36 +0000 |
| commit | 2877cc56b9aa46bb45b885edae3a371419d176b7 (patch) | |
| tree | c78a4ae96c6fff7611748b826c96da6ea6a7a6a9 /readme.html | |
| parent | 469c7ceb8a9e6078b0040397fc1e3e325e814bc0 (diff) | |
| download | webtrees-2877cc56b9aa46bb45b885edae3a371419d176b7.tar.gz webtrees-2877cc56b9aa46bb45b885edae3a371419d176b7.tar.bz2 webtrees-2877cc56b9aa46bb45b885edae3a371419d176b7.zip | |
Added PDO requirement
Diffstat (limited to 'readme.html')
| -rw-r--r-- | readme.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/readme.html b/readme.html index 1684fd2f57..a2f578665f 100644 --- a/readme.html +++ b/readme.html @@ -76,12 +76,13 @@ The following instructions will guide you through a basic installation of <b>web <li>Approximately 65MB of disk space for the application files, plus whatever is needed for your multi-media files, gedcom files and database.</li> <li>PHP 5.2.3 or later. Note that many web hosts offer *both* PHP4 and PHP5, typically with PHP4 as the default. If this is the case, you can usually switch between the two using a control panel or a configuration file. Refer to your web host's support documentation for details.</li> <ul> - <li>PHP should be configured to allow sufficient server resources (memory and execution time) for the size of your system. Typical requirements are:</li> - <ul> - <li>Small systems (500 individuals): 16-32MB, 10-20 seconds</li> - <li>Medium systems (5000 individuals): 32-64MB, 20-40 seconds</li> - <li>Large systems (50000 individuals): 64-128MB, 40-80 seconds</li> - </ul> + <li>The PHP/PDO library for MySQL. This is a server configuration option. It is enabled by default on most hosts. See http://php.net/pdo</li> + <li>PHP should be configured to allow sufficient server resources (memory and execution time) for the size of your system. Typical requirements are:</li> + <ul> + <li>Small systems (500 individuals): 16-32MB, 10-20 seconds</li> + <li>Medium systems (5000 individuals): 32-64MB, 20-40 seconds</li> + <li>Large systems (50000 individuals): 64-128MB, 40-80 seconds</li> + </ul> </ul> <li>MySQL 5.0.13 or later. <b>webtrees</b> can share a single database with other applications, by choosing a unique table prefix during configuration. </ul> |
