From: Antony Dovgal Date: Mon, 25 Dec 2006 19:12:39 +0000 (+0000) Subject: fix proto X-Git-Tag: RELEASE_1_0_0RC1~511 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=184406c016a1f3c3a0bae129a3712ea33e2e167f;p=php fix proto --- diff --git a/ext/soap/soap.c b/ext/soap/soap.c index d36275834b..260d2ea6df 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -2470,7 +2470,7 @@ static void soap_error_handler(int error_num, const char *error_filename, const } } -/* {{{ proto use_soap_error_handler ( [bool on] ) U +/* {{{ proto bool use_soap_error_handler ( [bool on] ) U Enable or disable SOAP's error handler, that translates PHP errors into SOAP faults */ PHP_FUNCTION(use_soap_error_handler)