mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Move constants into read-only data segment
This commit is contained in:
parent
71eaf0d97f
commit
9e709e2fa0
104 changed files with 162 additions and 162 deletions
|
@ -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
|
||||
};
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue