remove note information and change php version

This commit is contained in:
dongyado 2016-06-17 16:24:03 +08:00
parent 7e4801df22
commit 2113931c61
2 changed files with 6 additions and 6 deletions

View File

@ -286,8 +286,8 @@ zend_module_entry ip2region_module_entry = {
ip2region_functions,
PHP_MINIT(ip2region),
PHP_MSHUTDOWN(ip2region),
PHP_RINIT(ip2region), /* Replace with NULL if there's nothing to do at request start */
PHP_RSHUTDOWN(ip2region), /* Replace with NULL if there's nothing to do at request end */
PHP_RINIT(ip2region),
PHP_RSHUTDOWN(ip2region),
PHP_MINFO(ip2region),
PHP_IP2REGION_VERSION,
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, |
| that is bundled with this package in the file LICENSE, and is |
@ -292,8 +292,8 @@ zend_module_entry ip2region_module_entry = {
ip2region_functions,
PHP_MINIT(ip2region),
PHP_MSHUTDOWN(ip2region),
PHP_RINIT(ip2region), /* Replace with NULL if there's nothing to do at request start */
PHP_RSHUTDOWN(ip2region), /* Replace with NULL if there's nothing to do at request end */
PHP_RINIT(ip2region),
PHP_RSHUTDOWN(ip2region),
PHP_MINFO(ip2region),
PHP_IP2REGION_VERSION,
STANDARD_MODULE_PROPERTIES