Skip to content

Commit f8b27c7

Browse files
committed
Use 'const' for fixed API
1 parent 06d4c70 commit f8b27c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/php_date.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3786,7 +3786,7 @@ PHP_FUNCTION(timezone_name_get)
37863786
PHP_FUNCTION(timezone_name_from_abbr)
37873787
{
37883788
zend_string *abbr;
3789-
char *tzid;
3789+
const char *tzid;
37903790
zend_long gmtoffset = -1;
37913791
zend_long isdst = -1;
37923792

0 commit comments

Comments
 (0)