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:
@@ -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', '<'))
|
||||
|
Reference in New Issue
Block a user