mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Version is char ;).
This commit is contained in:
parent
26e393c69f
commit
ac3e8601ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue