summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-04-30 15:14:02 +0000
committerSterling Hughes <sterling@php.net>2001-04-30 15:14:02 +0000
commit0ef7f36ecdfa7e253c9ec74c7b9e2808f67db9de (patch)
tree9b4f3f66189588e9e86849744985e328403a314e /NEWS
parent33d5c80bcd43e7dd301410d3615d364200071d8e (diff)
downloadphp-git-0ef7f36ecdfa7e253c9ec74c7b9e2808f67db9de.tar.gz
# Wayyyyy too many entries, if anyone has an idea to maybe cut this down to
# one or two anouncements, speak!! :) update the news file in accordance with my previous commit...
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 403108c99d..1c21bb2db6 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,19 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.6
+- Modify the cURL extension to compile only with the latest cURL release.
+ Backwards compatibility with regards to the extension api, has not been
+ broken. (Sterling)
+- Added the ability to handle user-defined callbacks with cURL, support now for
+ the CURLOPT_WRITEFUNCTION, CURLOPT_PASSWDFUNCTION, CURLOPT_READFUNCTION, and
+ the CURLOPT_HEADERFUNCTION callbacks. (Sterling)
+- Added the CURLOPT_SSL_VERIFYPEER, CURLOPT_CAINFO, CURLOPT_MAXREDIRS,
+ CURLOPT_FILETIME (and therefore CURLINFO_FILETIME), CURLOPT_RANDOM_FILE,
+ CURLOPT_EGDSOCKET and CURLOPT_CONNECTTIMEOUT options to curl_setopt().
+ (Sterling)
+- Added support for persistent connections with cURL. (Sterling)
+- Fixed a problem in cURL with file descriptors being allocated, but never
+ closed. (Sterling)
- Fixed interactive mode (-a). It works again with the same limitations it
has always had (Andi, Zend Engine)
- Improved memory manager to use less memory and provide better memory overflow