mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
@ -594,7 +594,7 @@ ZEND_END_ARG_INFO()
|
|||
|
||||
/* {{{ pgsql_functions[]
|
||||
*/
|
||||
const zend_function_entry pgsql_functions[] = {
|
||||
static const zend_function_entry pgsql_functions[] = {
|
||||
/* connection functions */
|
||||
PHP_FE(pg_connect, arginfo_pg_connect)
|
||||
PHP_FE(pg_pconnect, arginfo_pg_pconnect)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue