From 9942da41cf1bacc78c54b57b8652b6ac2d776c8e Mon Sep 17 00:00:00 2001 From: Alexey Zakhlestin Date: Fri, 7 Nov 2008 09:12:39 +0000 Subject: [PATCH] added const, as required by struct-definition --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.c b/main/main.c index 1c9394c475..fa54e625e9 100644 --- a/main/main.c +++ b/main/main.c @@ -1122,7 +1122,7 @@ static char *php_resolve_path_for_zend(const char *filename, int filename_len TS /* {{{ php_get_configuration_directive_for_zend */ -static int php_get_configuration_directive_for_zend(char *name, uint name_length, zval *contents) +static int php_get_configuration_directive_for_zend(const char *name, uint name_length, zval *contents) { zval *retval = cfg_get_entry(name, name_length); -- 2.50.1