commit
72ca42f54f
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue