Version is char ;).

This commit is contained in:
Ilia Alshanetsky 2003-01-08 00:38:36 +00:00
parent 26e393c69f
commit ac3e8601ae

View file

@ -141,7 +141,7 @@ zend_module_entry odbc_module_entry = {
PHP_RINIT(odbc), PHP_RINIT(odbc),
PHP_RSHUTDOWN(odbc), PHP_RSHUTDOWN(odbc),
PHP_MINFO(odbc), PHP_MINFO(odbc),
1.0, "1.0",
STANDARD_MODULE_PROPERTIES STANDARD_MODULE_PROPERTIES
}; };
/* }}} */ /* }}} */