From 184406c016a1f3c3a0bae129a3712ea33e2e167f Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 25 Dec 2006 19:12:39 +0000 Subject: [PATCH] fix proto --- ext/soap/soap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1