We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c1015 commit c28a26bCopy full SHA for c28a26b
ext/sablot/php_sablot.h
@@ -108,14 +108,14 @@ typedef struct {
108
109
110
/* Sablotron Globals */
111
-typedef struct _php_sablot_globals {
+ZEND_BEGIN_MODULE_GLOBALS(sablot)
112
zval *errorHandler;
113
php_sablot_error *errors;
114
php_sablot_error errors_start;
115
char *output_transform_file; /* For output transformations */
116
int last_errno; /* Global last_errno, if no handle is found */
117
SablotHandle processor;
118
-} php_sablot_globals;
+ZEND_END_MODULE_GLOBALS(sablot)
119
120
121
#ifdef ZTS
0 commit comments