Skip to content

Commit 9942da4

Browse files
committed
added const, as required by struct-definition
1 parent acdc79e commit 9942da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ static char *php_resolve_path_for_zend(const char *filename, int filename_len TS
11221122

11231123
/* {{{ php_get_configuration_directive_for_zend
11241124
*/
1125-
static int php_get_configuration_directive_for_zend(char *name, uint name_length, zval *contents)
1125+
static int php_get_configuration_directive_for_zend(const char *name, uint name_length, zval *contents)
11261126
{
11271127
zval *retval = cfg_get_entry(name, name_length);
11281128

0 commit comments

Comments
 (0)