Skip to content

Commit 6e76c08

Browse files
committed
fix type
1 parent 0473266 commit 6e76c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php_protocolbuffers.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ ZEND_BEGIN_MODULE_GLOBALS(protocolbuffers)
9090
HashTable *classes;
9191
zval *extension_registry;
9292
long strict_mode;
93-
int validate_string;
94-
int native_scalars;
93+
long validate_string;
94+
long native_scalars;
9595
ZEND_END_MODULE_GLOBALS(protocolbuffers)
9696

9797
ZEND_EXTERN_MODULE_GLOBALS(protocolbuffers)

0 commit comments

Comments
 (0)