php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #52935
Patch php_5_2_14_fixed revision 2010-09-28 02:40 UTC by laruence at yahoo dot com dot cn

Patch php_5_2_14_fixed for Streams related Bug #52935

Patch version 2010-09-28 02:40 UTC

Return to Bug #52935 | Download this patch
Patch Revisions:

Developer: laruence@yahoo.com.cn

diff -Naur php-5.2.14/main/streams/streams.c php-5.2.14-new/main/streams/streams.c
--- php-5.2.14/main/streams/streams.c	2010-09-27 23:29:13.000000000 +0800
+++ php-5.2.14-new/main/streams/streams.c	2010-09-28 10:38:22.000000000 +0800
@@ -175,6 +175,7 @@
 	}
 
 	php_strip_url_passwd(tmp);
+	php_stream_tidy_wrapper_error_log(wrapper TSRMLS_CC);
 	php_error_docref1(NULL TSRMLS_CC, tmp, E_WARNING, "%s: %s", caption, msg);
 	efree(tmp);
 	if (free_msg) {
@@ -1773,7 +1774,6 @@
 	if (stream == NULL && (options & REPORT_ERRORS)) {
 		php_stream_display_wrapper_errors(wrapper, path, "failed to open dir" TSRMLS_CC);
 	}
-	php_stream_tidy_wrapper_error_log(wrapper TSRMLS_CC);
 
 	return stream;
 }
@@ -1896,7 +1896,6 @@
 			*opened_path = NULL;
 		}
 	}
-	php_stream_tidy_wrapper_error_log(wrapper TSRMLS_CC);
 #if ZEND_DEBUG
 	if (stream == NULL && copy_of_path != NULL) {
 		pefree(copy_of_path, persistent);
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC