Browse Source

Removed unused EG(orig_error_reporting)

pull/873/head
Dmitry Stogov 12 years ago
parent
commit
cbe4fa444f
  1. 1
      Zend/zend_globals.h

1
Zend/zend_globals.h

@ -164,7 +164,6 @@ struct _zend_executor_globals {
JMP_BUF *bailout;
int error_reporting;
int orig_error_reporting;
int exit_status;
HashTable *function_table; /* function symbol table */

Loading…
Cancel
Save