You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
12 lines
465 B
Diff
12 lines
465 B
Diff
|
|
--- html_parse.c.orig 2007-11-28 16:35:42.000000000 -0600
|
||
|
|
+++ html_parse.c 2012-05-16 00:36:52.000000000 -0500
|
||
|
|
@@ -148,7 +148,7 @@
|
||
|
|
/* }}} */
|
||
|
|
|
||
|
|
/* {{{ html_parse_functions[] */
|
||
|
|
-function_entry html_parse_functions[] = {
|
||
|
|
+zend_function_entry html_parse_functions[] = {
|
||
|
|
PHP_FE(html_parser_create , html_parser_create_arg_info)
|
||
|
|
PHP_FE(html_parser_free , html_parser_free_arg_info)
|
||
|
|
PHP_FE(html_parser_starttag_handler, html_parser_starttag_handler_arg_info)
|