We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce84a8d commit 9bf33b4Copy full SHA for 9bf33b4
geospatial.c
@@ -39,8 +39,8 @@ ZEND_END_ARG_INFO()
39
* Every user visible function must have an entry in geospatial_functions[].
40
*/
41
const zend_function_entry geospatial_functions[] = {
42
- PHP_FE(haversine, haversine_args) /* For testing, remove later. */
43
- PHP_FE_END /* Must be the last line in geospatial_functions[] */
+ PHP_FE(haversine, haversine_args)
+ { NULL, NULL, NULL }
44
};
45
/* }}} */
46
0 commit comments