summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2006-07-24 00:01:02 +0000
committerfoobar <sniper@php.net>2006-07-24 00:01:02 +0000
commit1a8d655fec9de73d5495f7743a233da96eed6e2a (patch)
tree1ae3a0bf0288139e574718d8e4a4216ff6fa0af0 /ext/pdo_dblib
parent25f06142c2d6b9cdc310f6cbdf1b8d973c8d83c3 (diff)
downloadphp-git-1a8d655fec9de73d5495f7743a233da96eed6e2a.tar.gz
fix build and typo after another lazy ass who does not test before commit: Dmitry
Diffstat (limited to 'ext/pdo_dblib')
-rw-r--r--ext/pdo_dblib/pdo_dblib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_dblib/pdo_dblib.c b/ext/pdo_dblib/pdo_dblib.c
index 68f3da8c7e..6baba88bbb 100644
--- a/ext/pdo_dblib/pdo_dblib.c
+++ b/ext/pdo_dblib/pdo_dblib.c
@@ -33,7 +33,7 @@
#include "zend_exceptions.h"
ZEND_DECLARE_MODULE_GLOBALS(dblib)
-static PHP_GINIT_FUNCTION(dblib)
+static PHP_GINIT_FUNCTION(dblib);
zend_function_entry pdo_dblib_functions[] = {
{NULL, NULL, NULL}
@@ -67,7 +67,7 @@ zend_module_entry pdo_dblib_module_entry = {
PHP_RSHUTDOWN(pdo_dblib),
PHP_MINFO(pdo_dblib),
"1.0.1",
- PHP_MODULE_GLOBASLS(dblib),
+ PHP_MODULE_GLOBALS(dblib),
PHP_GINIT(dblib),
NULL,
NULL,