mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
make default_exception_ce and error_exception_ce static
This commit is contained in:
parent
53c8612fe7
commit
aa8eabddd6
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user