Move constants into read-only data segment

This commit is contained in:
Dmitry Stogov 2017-12-14 18:43:44 +03:00
parent 71eaf0d97f
commit 9e709e2fa0
104 changed files with 162 additions and 162 deletions

View file

@ -32,7 +32,7 @@
#include "zend_exceptions.h"
/* {{{ pdo_sqlite_functions[] */
const zend_function_entry pdo_sqlite_functions[] = {
static const zend_function_entry pdo_sqlite_functions[] = {
PHP_FE_END
};
/* }}} */