Merge pull request #2 from lionsoul2016/update_version

Update version
This commit is contained in:
Monster Slayer 2016-06-17 16:31:45 +08:00 committed by GitHub
commit 72ca42f54f
2 changed files with 6 additions and 6 deletions

View File

@ -286,8 +286,8 @@ zend_module_entry ip2region_module_entry = {
ip2region_functions, ip2region_functions,
PHP_MINIT(ip2region), PHP_MINIT(ip2region),
PHP_MSHUTDOWN(ip2region), PHP_MSHUTDOWN(ip2region),
PHP_RINIT(ip2region), /* Replace with NULL if there's nothing to do at request start */ PHP_RINIT(ip2region),
PHP_RSHUTDOWN(ip2region), /* Replace with NULL if there's nothing to do at request end */ PHP_RSHUTDOWN(ip2region),
PHP_MINFO(ip2region), PHP_MINFO(ip2region),
PHP_IP2REGION_VERSION, PHP_IP2REGION_VERSION,
STANDARD_MODULE_PROPERTIES STANDARD_MODULE_PROPERTIES

View File

@ -1,8 +1,8 @@
/* /*
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 5 | | PHP Version 7 |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Copyright (c) 1997-2015 The PHP Group | | Copyright (c) 1997-2016 The PHP Group |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |
@ -292,8 +292,8 @@ zend_module_entry ip2region_module_entry = {
ip2region_functions, ip2region_functions,
PHP_MINIT(ip2region), PHP_MINIT(ip2region),
PHP_MSHUTDOWN(ip2region), PHP_MSHUTDOWN(ip2region),
PHP_RINIT(ip2region), /* Replace with NULL if there's nothing to do at request start */ PHP_RINIT(ip2region),
PHP_RSHUTDOWN(ip2region), /* Replace with NULL if there's nothing to do at request end */ PHP_RSHUTDOWN(ip2region),
PHP_MINFO(ip2region), PHP_MINFO(ip2region),
PHP_IP2REGION_VERSION, PHP_IP2REGION_VERSION,
STANDARD_MODULE_PROPERTIES STANDARD_MODULE_PROPERTIES