Skip to content

Commit 33ba0cc

Browse files
committed
Update type of lexbor_urls
1 parent 9e76faf commit 33ba0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/uri/php_lexbor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#endif
2626

2727
ZEND_TLS lxb_url_parser_t lexbor_parser;
28-
ZEND_TLS int lexbor_urls;
28+
ZEND_TLS unsigned short int lexbor_urls;
2929

3030
#define LEXBOR_MAX_URL_COUNT 500
3131
#define LEXBOR_MRAW_BYTE_SIZE 8192

0 commit comments

Comments
 (0)