summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/pdo_mysql.c
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-06-22 17:33:38 +0200
committerJohannes Schlüter <johannes@php.net>2012-06-22 17:33:38 +0200
commit21cbe30be37bf165591d63ae58174d37bc776e89 (patch)
tree95a25343cb7ea9038801fe4685a9635f4a7f7765 /ext/pdo_mysql/pdo_mysql.c
parentd980e9599772acfedbfaf7a5c521060b1e10fc59 (diff)
parent5e23a047acf7b27fff20381d460fcd699731e9a5 (diff)
downloadphp-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-xext/pdo_mysql/pdo_mysql.c2
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.