php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch curlopt_stderr for cURL related Bug #52827Patch version 2010-09-13 14:56 UTC Return to Bug #52827 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: cataphract@php.netIndex: 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; |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Thu Nov 21 13:01:29 2024 UTC |