![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch multi_get_content-returns-null for cURL related Bug #66562Patch version 2014-01-24 14:32 UTC Return to Bug #66562 | Download this patchPatch Revisions: Developer: freeklijten@gmail.com--- multi.c 2014-01-24 15:30:00.027147495 +0100 +++ multi.c.back 2014-01-24 15:29:30.731146827 +0100 @@ -253,6 +253,8 @@ smart_str_0(&ch->handlers->write->buf); RETURN_STRINGL(ch->handlers->write->buf.c, ch->handlers->write->buf.len, 1); } + + RETURN_EMPTY_STRING(); } /* }}} */ |
![]() All rights reserved. |
Last updated: Wed Apr 23 08:01:27 2025 UTC |