dmitry Thu Jan 20 07:47:05 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/soap soap.c
Log:
Fixed bug #31422 (No Error-Logging on SoapServer-Side).
http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.110.2.16&r2=1.110.2.17&ty=u
Index: php-src/ext/soap/soap.c
diff -u php-src/ext/soap/soap.c:1.110.2.16 php-src/ext/soap/soap.c:1.110.2.17
--- php-src/ext/soap/soap.c:1.110.2.16 Thu Jan 20 07:40:15 2005
+++ php-src/ext/soap/soap.c Thu Jan 20 07:47:05 2005
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: soap.c,v 1.110.2.16 2005/01/20 12:40:15 dmitry Exp $ */
+/* $Id: soap.c,v 1.110.2.17 2005/01/20 12:47:05 dmitry Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -1838,7 +1838,7 @@
old_error_handler(error_num, error_filename,
error_lineno, format, args);
} zend_catch {
} zend_end_try();
- PG(display_errors) = 1;
+ PG(display_errors) = old;
zend_bailout();
} else {
old_error_handler(error_num, error_filename,
error_lineno, format, args);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php