php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #52827
Patch curlopt_stderr_with_test revision 2010-09-13 18:49 UTC by cataphract@php.net
Patch curlopt_stderr revision 2010-09-13 14:56 UTC by cataphract@php.net

Patch curlopt_stderr for cURL related Bug #52827

Patch version 2010-09-13 14:56 UTC

Return to Bug #52827 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions:

Developer: cataphract@php.net

Index: interface.c
===================================================================
--- interface.c	(revision 303177)
+++ interface.c	(working copy)
@@ -1826,7 +1826,6 @@
 						}
 						zval_add_ref(zvalue);
 						ch->handlers->std_err = *zvalue;
-						zend_list_addref(Z_LVAL_PP(zvalue));
 					} else {
 						php_error_docref(NULL TSRMLS_CC, E_WARNING, "the provided file handle is not writable");
 						RETVAL_FALSE;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 00:01:28 2024 UTC