mirror of
https://github.com/dg/dibi.git
synced 2025-08-18 03:41:30 +02:00
Avoid error handler invocation
This commit is contained in:
committed by
David Grudl
parent
fa5b7678f4
commit
d75e605645
@@ -14,8 +14,6 @@ if (version_compare(PHP_VERSION, '5.2.0', '<')) {
|
||||
throw new Exception('dibi needs PHP 5.2.0 or newer.');
|
||||
}
|
||||
|
||||
@set_magic_quotes_runtime(FALSE); // intentionally @
|
||||
|
||||
|
||||
require_once dirname(__FILE__) . '/libs/interfaces.php';
|
||||
require_once dirname(__FILE__) . '/libs/DibiDateTime.php';
|
||||
|
Reference in New Issue
Block a user