mirror of
https://github.com/dg/dibi.git
synced 2025-08-31 17:51:43 +02:00
- DibiPostgreDriver: added support for "schema"
- DibiTable::fetch($conditions) (experimental) - DibiConnection no longer invokes autoloading
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
/**
|
||||
* Check PHP configuration.
|
||||
*/
|
||||
if (version_compare(PHP_VERSION , '5.1.0', '<')) {
|
||||
throw new LogicException('dibi needs PHP 5.1.0 or newer.');
|
||||
if (version_compare(PHP_VERSION, '5.1.0', '<')) {
|
||||
throw new Exception('dibi needs PHP 5.1.0 or newer.');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user