1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-31 01:39:46 +02:00

* support for default values (mysql.default_user etc...)

This commit is contained in:
David Grudl
2007-02-14 18:27:06 +00:00
parent 4b2e04220b
commit 4d2c90ba68
6 changed files with 40 additions and 21 deletions

View File

@@ -14,11 +14,11 @@
* @license GNU GENERAL PUBLIC LICENSE v2
* @package dibi
* @category Database
* @version 0.7c $Revision$ $Date$
* @version 0.7d $Revision$ $Date$
*/
define('DIBI', 'Version 0.7c $Revision$');
define('DIBI', 'Version 0.7d $Revision$');
if (version_compare(PHP_VERSION , '5.0.3', '<'))