mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- 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
11 lines
342 B
C
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)
|