Skip to content

Commit

Permalink
Commented out listenLowSeverity()
Browse files Browse the repository at this point in the history
(cherry picked from commit 3622be4)
  • Loading branch information
sjinks committed Jul 25, 2013
1 parent 161a521 commit f629393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ PHP_METHOD(Phalcon_Debug, listenExceptions){
* @return Phalcon\Debug
*/
PHP_METHOD(Phalcon_Debug, listenLowSeverity){

/*
zval *handler;
PHALCON_MM_GROW();
Expand All @@ -204,6 +204,7 @@ PHP_METHOD(Phalcon_Debug, listenLowSeverity){
phalcon_array_append(&handler, this_ptr, PH_SEPARATE);
add_next_index_stringl(handler, SL("onUncaughtLowSeverity"), 1);
phalcon_call_func_p1_noret("set_exception_handler", handler);
*/
RETURN_THIS();
}

Expand Down

0 comments on commit f629393

Please sign in to comment.