diff options
Diffstat (limited to 'ext/msql/php_msql.c')
| -rw-r--r-- | ext/msql/php_msql.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c index e8d59838f9..d4ab43f036 100644 --- a/ext/msql/php_msql.c +++ b/ext/msql/php_msql.c @@ -46,7 +46,7 @@ static php_msql_globals msql_globals;  /* {{{ msql_functions[]   */ -zend_function_entry msql_functions[] = { +const zend_function_entry msql_functions[] = {  	PHP_FE(msql_connect,							NULL)  	PHP_FE(msql_pconnect,							NULL)  	PHP_FE(msql_close,								NULL)  | 
