]> granicus.if.org Git - php/commit
Fix #66562: Consistency bug where curl_multi_getcontent behaves different from curl_exec
authorFreek <freek.lijten@procurios.nl>
Tue, 28 Jan 2014 10:47:14 +0000 (11:47 +0100)
committerFreek <freek.lijten@procurios.nl>
Tue, 28 Jan 2014 10:47:14 +0000 (11:47 +0100)
commit54a6c1de7d621f97076eefeb82f0d50ce47f1223
treecd7572c1f9619b6479f1e45d0dd9937daa565ad5
parentaafce7353eb90d6728205abc950a0197740d0cfa
Fix #66562: Consistency bug where curl_multi_getcontent behaves different from curl_exec

curl_exec returns an empty string when data is received from a domain that returns zero content. curl_multi_getcontent
returned null. Now it returns an empty string fixing the incosistency
ext/curl/multi.c