tony2001 Mon Dec 25 19:12:39 2006 UTC
Modified files:
/php-src/ext/soap soap.c
Log:
fix proto
http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.215&r2=1.216&diff_format=u
Index: php-src/ext/soap/soap.c
diff -u php-src/ext/soap/soap.c:1.215 php-src/ext/soap/soap.c:1.216
--- php-src/ext/soap/soap.c:1.215 Sun Oct 8 13:34:23 2006
+++ php-src/ext/soap/soap.c Mon Dec 25 19:12:39 2006
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: soap.c,v 1.215 2006/10/08 13:34:23 bjori Exp $ */
+/* $Id: soap.c,v 1.216 2006/12/25 19:12:39 tony2001 Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -2470,7 +2470,7 @@
}
}
-/* {{{ 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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php