ports/textproc/libmrss-php/files/patch-phpmrss_php.c
Baptiste Daroussin cf22090c5d - Trim header
- Drop shlib ABI version numbers from LIB_DEPENDS
- Split the php bindings into a separate ports as building was a different
  procedure anyway
- Fix buidling the php with recent php
- Drop article from COMMENT

PR:		ports/170776
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net>
Approved by:	clsung (maintainer timeout)
Feature safe:	yes
2012-12-05 17:15:36 +00: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)