php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #66562
Patch multi_get_content-returns-null revision 2014-01-24 14:32 UTC by freeklijten at gmail dot com

Patch multi_get_content-returns-null for cURL related Bug #66562

Patch version 2014-01-24 14:32 UTC

Return to Bug #66562 | Download this patch
Patch 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();
 }
 /* }}} */
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 10:01:29 2024 UTC