Skip to content

Commit

Permalink
fix build and typo after another lazy ass who does not test before co…
Browse files Browse the repository at this point in the history
…mmit: Dmitry
  • Loading branch information
foobar committed Jul 24, 2006
1 parent 25f0614 commit 1a8d655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/pdo_dblib/pdo_dblib.c
Expand Up @@ -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}
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1a8d655

Please sign in to comment.