summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-10-01 11:28:16 +0000
committerSterling Hughes <sterling@php.net>2000-10-01 11:28:16 +0000
commit9ccc11ce50f5bd01fb348c56a81d5dac5a895356 (patch)
tree6aeb8fa0152169b6a712e3c854cf50a1dc990441
parentd4b0d7850dfdcf9c6eb0b242d60c91db74689e59 (diff)
downloadphp-git-9ccc11ce50f5bd01fb348c56a81d5dac5a895356.tar.gz
It seems these entries were truncated in my commit, perhaps it was due to
the multiple NEWS entries in the same commit.
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e1bcb6b7c4..fccf4526af 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.3-dev
-- XXX: Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post
-- XXX: Added the CURLOPT_HTTPHEADER option that allows for the posting of HTTP
+- Added the ability for CURLOPT_POSTFIELDS to accept an associative array of
+ HTTP POST variables and values. (Sterling)
+- Added the CURLOPT_HTTPHEADER option to curl_setopt(). (Sterling)
- Add the curl_error() and curl_errno() functions. (Sterling)
- Changed ext/db not to be enabled by default (Jani)
- Fixed building Apache SAPI module on SCO UnixWare (Sascha)