mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
bump version number
This commit is contained in:
parent
567cf55085
commit
f6bbb02da6
@ -374,7 +374,7 @@ zend_module_entry oci8_module_entry = {
|
||||
PHP_RINIT(oci), /* per-request startup function */
|
||||
PHP_RSHUTDOWN(oci), /* per-request shutdown function */
|
||||
PHP_MINFO(oci), /* information function */
|
||||
"1.2.1",
|
||||
"1.2.2",
|
||||
#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1) || (PHP_MAJOR_VERSION > 5)
|
||||
PHP_MODULE_GLOBALS(oci), /* globals descriptor */
|
||||
PHP_GINIT(oci), /* globals ctor */
|
||||
|
Loading…
Reference in New Issue
Block a user