From: Hannes Magnusson Date: Mon, 21 Jul 2008 09:38:04 +0000 (+0000) Subject: MFH: fix proto X-Git-Tag: php-5.3.0alpha1~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fb0ceca1bf0aca919d83876bcef52ed87619fca;p=php MFH: fix proto --- diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index 0204d20ff3..1ab1f2568c 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -700,7 +700,7 @@ static PHP_FUNCTION(libxml_set_streams_context) } /* }}} */ -/* {{{ proto void libxml_use_internal_errors([boolean use_errors]) +/* {{{ proto bool libxml_use_internal_errors([boolean use_errors]) Disable libxml errors and allow user to fetch error information as needed */ static PHP_FUNCTION(libxml_use_internal_errors) {