diff options
author | Johannes Schlüter <johannes@php.net> | 2012-06-22 17:33:38 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-06-22 17:33:38 +0200 |
commit | 21cbe30be37bf165591d63ae58174d37bc776e89 (patch) | |
tree | 95a25343cb7ea9038801fe4685a9635f4a7f7765 /ext/odbc/php_odbc.c | |
parent | d980e9599772acfedbfaf7a5c521060b1e10fc59 (diff) | |
parent | 5e23a047acf7b27fff20381d460fcd699731e9a5 (diff) | |
download | php-git-21cbe30be37bf165591d63ae58174d37bc776e89.tar.gz |
Merge branch 'PHP-5.4'
* PHP-5.4:
Remove extra ;
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r-- | ext/odbc/php_odbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index e98d863be9..52d46b2fd0 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -387,7 +387,7 @@ const zend_function_entry odbc_functions[] = { }; /* }}} */ -ZEND_DECLARE_MODULE_GLOBALS(odbc); +ZEND_DECLARE_MODULE_GLOBALS(odbc) static PHP_GINIT_FUNCTION(odbc); /* {{{ odbc_module_entry |