Archive for November, 2008

PHP Data Objects (PDO) extension

Sunday, November 30th, 2008

I have just finished (hopefully no bugs) updating qWikiOffice to use The PHP Data Objects (PDO) extension.

According to http://www.php.net,
“PDO ships with PHP 5.1, and is available as a PECL extension for PHP 5.0; PDO requires the new OO features in the core of PHP 5, and so will not run with earlier versions of PHP”.

system/os/config.php has been updated like so:


public $DB_CONN_STRING = ‘mysql:dbname=qwikioffice;host=localhost’;
public $DB_USERNAME = ‘root’;
public $DB_PASSWORD = ”;