|
From: <var...@us...> - 2021-08-04 14:22:08
|
Revision: 10429
http://sourceforge.net/p/phpwiki/code/10429
Author: vargenau
Date: 2021-08-04 14:22:06 +0000 (Wed, 04 Aug 2021)
Log Message:
-----------
configurator.php: we have at least PHP 5
Modified Paths:
--------------
trunk/configurator.php
Modified: trunk/configurator.php
===================================================================
--- trunk/configurator.php 2021-08-04 14:20:52 UTC (rev 10428)
+++ trunk/configurator.php 2021-08-04 14:22:06 UTC (rev 10429)
@@ -650,12 +650,12 @@
array('dba' => "dba",
'SQL' => "SQL PEAR",
'ADODB' => "SQL ADODB",
- 'PDO' => "PDO (php5 only)",
+ 'PDO' => "PDO",
'file' => "flatfile")/*, "
Select the database backend type:
Choose dba (default) to use one of the standard UNIX dba libraries. This is the fastest.
Choose ADODB or SQL to use an SQL database with ADODB or PEAR.
-Choose PDO on php5 to use an SQL database. (experimental, no paging yet)
+Choose PDO to use an SQL database. (experimental, no paging yet)
flatfile is simple and slow.
Recommended is dba or SQL: PEAR or ADODB."*/);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|