diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-15 13:41:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-15 13:41:48 +0000 |
commit | 38783506fe50f98837d9e2456d576d0a8acb3060 (patch) | |
tree | 21e41085fd372f5a950149f86cb3c12cf92b36cf /CHANGES | |
parent | 70ad8a0b2be173a71a0e55263da55c78fcd505b6 (diff) |
CURL_GLOBAL_WIN32, config-vms.h, Borland makefile, -w %{http_code},
Bug #12733 over on php.net
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -6,6 +6,29 @@ History of Changes +Daniel (15 August 2001) +- Bug #12733 over on php.net identified a problem in libcurl that made it core + dump if you used CURLOPT_POST without setting any data to post with + CURLOPT_POSTFIELDS! This is no longer the case. Not using CURLOPT_POSTFIELDS + now equals setting it to no data at all. + +- Ramana Mokkapati reported that curl with '-w %{http_code}' didn't work + properly when used for multiple URLs on a single command line. Indeed, the + variable was not reset between the requests. This is now fixed. + +- David James fixed the Borland makefile so that libcurl still compiles and + builds with that compiler. + +Daniel (14 August 2001) +- Oops. I ruined Nico's socklen_t define in config-vms.h, corrected it now. + +- An older item not mentioned here before: CURL_GLOBAL_WIN32 is a define for + windows users to curl_global_init(), that makes libcurl init the winsock + stuff. If libcurl is all socket stuff you do, then allowing it to fiddle + with this is a comfortable shortcut to fame. + +Version 7.8.1-pre5 + Daniel (14 August 2001) - Nico Baggus provided more feedback from his VMS porting efforts and a few minor changes were necessary. |