]> granicus.if.org Git - php/commitdiff
fix build and typo after another lazy ass who does not test before commit: Dmitry
authorfoobar <sniper@php.net>
Mon, 24 Jul 2006 00:01:02 +0000 (00:01 +0000)
committerfoobar <sniper@php.net>
Mon, 24 Jul 2006 00:01:02 +0000 (00:01 +0000)
ext/pdo_dblib/pdo_dblib.c

index 68f3da8c7ee89543f6fe4eb02afe8c218f4074db..6baba88bbb53261323f53edd9a72e74a516164ae 100644 (file)
@@ -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,