diff options
author | Johannes Schlüter <johannes@php.net> | 2012-06-22 17:33:22 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-06-22 17:33:22 +0200 |
commit | 5e23a047acf7b27fff20381d460fcd699731e9a5 (patch) | |
tree | 52c37f399d35b99db5e3abfb1e4a0dfb1c063092 /ext/pdo_mysql/pdo_mysql.c | |
parent | 4af92aca872d7463b671c037f9d3b782e22a7c9c (diff) | |
parent | a62d4e2c43a41a2864e9b38836170e2d4f34033f (diff) | |
download | php-git-5e23a047acf7b27fff20381d460fcd699731e9a5.tar.gz |
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
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. |