mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2025-12-08 19:25:22 +00:00
remove note information and change php version
This commit is contained in:
parent
7e4801df22
commit
2113931c61
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user