diff options
Diffstat (limited to 'ext/pdo_firebird/pdo_firebird.c')
-rw-r--r-- | ext/pdo_firebird/pdo_firebird.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_firebird/pdo_firebird.c b/ext/pdo_firebird/pdo_firebird.c index 7ea1b4fbdc..1cc1b970fc 100644 --- a/ext/pdo_firebird/pdo_firebird.c +++ b/ext/pdo_firebird/pdo_firebird.c @@ -28,7 +28,7 @@ #include "php_pdo_firebird.h" #include "php_pdo_firebird_int.h" -const zend_function_entry pdo_firebird_functions[] = { /* {{{ */ +static const zend_function_entry pdo_firebird_functions[] = { /* {{{ */ PHP_FE_END }; /* }}} */ |