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/pdo_mysql/pdo_mysql.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/pdo_mysql/pdo_mysql.c')
-rwxr-xr-x | ext/pdo_mysql/pdo_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c index 5118406e9e..ea69c3c11b 100755 --- a/ext/pdo_mysql/pdo_mysql.c +++ b/ext/pdo_mysql/pdo_mysql.c @@ -35,7 +35,7 @@ ZEND_GET_MODULE(pdo_mysql) #endif -ZEND_DECLARE_MODULE_GLOBALS(pdo_mysql); +ZEND_DECLARE_MODULE_GLOBALS(pdo_mysql) /* The default socket location is sometimes defined by configure. |