opnsense-ports/textproc/libmrss-php/files/patch-phpmrss_php.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
342 B
C

--- php.c 2008-01-25 19:32:24.000000000 +0100
+++ php.c 2012-08-20 03:10:45.000000000 +0200
@@ -58,7 +58,7 @@
return SUCCESS;
}
-static function_entry mrss_functions[] = {
+static zend_function_entry mrss_functions[] = {
PHP_FE (mrss_parse_url, NULL)
PHP_FE (mrss_parse_url_with_options, NULL)
PHP_FE (mrss_parse_file, NULL)