Skip to content

Commit

Permalink
make default_exception_ce and error_exception_ce static
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Aug 2, 2012
1 parent 53c8612 commit aa8eabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Zend/zend_exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#include "zend_vm.h"
#include "zend_dtrace.h"

zend_class_entry *default_exception_ce;
zend_class_entry *error_exception_ce;
static zend_class_entry *default_exception_ce;
static zend_class_entry *error_exception_ce;
static zend_object_handlers default_exception_handlers;
ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);

Expand Down

0 comments on commit aa8eabd

Please sign in to comment.