diff options
author | Hannes Magnusson <bjori@php.net> | 2011-09-12 09:23:29 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2011-09-12 09:23:29 +0000 |
commit | 0a90ea4dcda88ace7f14695fe67817bae2b0bf95 (patch) | |
tree | d1f7f878b4f3b9e0e03c8dfd2cc3f864bdc1eff7 | |
parent | e3aaeaa857fb4ce9992c4e52f9f9783e96f2adc8 (diff) | |
download | php-git-0a90ea4dcda88ace7f14695fe67817bae2b0bf95.tar.gz |
curl news
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ PHP NEWS - Curl: . Fixed bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec). (Hannes) + . Fixed issues were curl_copy_handle() would sometimes lose copied + preferences. (Hannes) - DateTime: . Fixed bug #48476 (cloning extended DateTime class without calling |