diff options
author | Dmitry Stogov <dmitry@zend.com> | 2016-06-22 17:22:06 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2016-06-22 17:22:06 +0300 |
commit | 6f40b01dee4adc72a79db47eb417e6d453b2d019 (patch) | |
tree | 48393be6618cb02d381ecc30755a27247ef74b19 /ext/standard/html.c | |
parent | e2add3ed871886d1b2c7aeb4afb80ae1401e11b9 (diff) | |
download | php-git-6f40b01dee4adc72a79db47eb417e6d453b2d019.tar.gz |
Regenerated html_tables.h to fix compilation warnings
Diffstat (limited to 'ext/standard/html.c')
-rw-r--r-- | ext/standard/html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c index ceb4f7c218..ae248dd12b 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -375,7 +375,7 @@ static inline unsigned int get_next_char( * defaults to UTF-8 */ static enum entity_charset determine_charset(char *charset_hint) { - int i; + size_t i; enum entity_charset charset = cs_utf_8; size_t len = 0; const zend_encoding *zenc; |