refactoring. added redis drivers.
This commit is contained in:
@@ -5,7 +5,7 @@ define('CRLF', chr(13).chr(10));
|
||||
define('EXT', '.php');
|
||||
|
||||
/**
|
||||
* Define a function that registers an array of constants if they
|
||||
* Define a function that registers an array of constants if they haven't
|
||||
* haven't already been registered. This allows the constants to
|
||||
* be changed from their default values when unit testing.
|
||||
*/
|
||||
|
||||
@@ -101,7 +101,6 @@ register_shutdown_function(function() use ($handler)
|
||||
{
|
||||
if ( ! is_null($error = error_get_last()))
|
||||
{
|
||||
die('here');
|
||||
extract($error, EXTR_SKIP);
|
||||
|
||||
$handler(new \ErrorException($message, $type, 0, $file, $line));
|
||||
|
||||
Reference in New Issue
Block a user