From 9e709e2fa02b85d0d10c864d6c996e3368e977ce Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 14 Dec 2017 18:43:44 +0300 Subject: Move constants into read-only data segment --- ext/pdo_mysql/pdo_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pdo_mysql/pdo_mysql.c') diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c index 92279a56c8..d7e5e809e7 100644 --- a/ext/pdo_mysql/pdo_mysql.c +++ b/ext/pdo_mysql/pdo_mysql.c @@ -226,7 +226,7 @@ ZEND_TSRMLS_CACHE_UPDATE(); /* }}} */ /* {{{ pdo_mysql_functions[] */ -const zend_function_entry pdo_mysql_functions[] = { +static const zend_function_entry pdo_mysql_functions[] = { PHP_FE_END }; /* }}} */ -- cgit v1.2.1