php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #61687
Patch fix-compilation.diff revision 2012-04-10 12:17 UTC by jille at hexon dot cx

Patch fix-compilation.diff for geoip Bug #61687

Patch version 2012-04-10 12:17 UTC

Return to Bug #61687 | Download this patch
Patch Revisions:

Developer: jille@hexon.cx

Index: ext/geoip/geoip.c
===================================================================
--- ext/geoip/geoip.c
+++ ext/geoip/geoip.c
@@ -38,7 +38,7 @@
 static int le_geoip;
 
 /* {{{ */
-function_entry geoip_functions[] = {
+zend_function_entry geoip_functions[] = {
 	PHP_FE(geoip_database_info,   NULL)   
 	PHP_FE(geoip_country_code_by_name,   NULL)
 	PHP_FE(geoip_country_code3_by_name,   NULL)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 20:01:31 2024 UTC