Skip to content

Commit c28a26b

Browse files
committed
There we go.
1 parent 38c1015 commit c28a26b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/sablot/php_sablot.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ typedef struct {
108108

109109

110110
/* Sablotron Globals */
111-
typedef struct _php_sablot_globals {
111+
ZEND_BEGIN_MODULE_GLOBALS(sablot)
112112
zval *errorHandler;
113113
php_sablot_error *errors;
114114
php_sablot_error errors_start;
115115
char *output_transform_file; /* For output transformations */
116116
int last_errno; /* Global last_errno, if no handle is found */
117117
SablotHandle processor;
118-
} php_sablot_globals;
118+
ZEND_END_MODULE_GLOBALS(sablot)
119119

120120

121121
#ifdef ZTS

0 commit comments

Comments
 (0)