1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-13 01:24:06 +02:00

Avoid error handler invocation

This commit is contained in:
Ondrej Brablc
2014-02-20 18:47:35 +01:00
committed by David Grudl
parent 204cb75bf0
commit 2dcf08a90c
2 changed files with 1 additions and 4 deletions

View File

@@ -14,9 +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';