summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-11-19 13:51:48 +0000
committerSterling Hughes <sterling@php.net>2000-11-19 13:51:48 +0000
commit3c8cc8ab3613224a7428cfbc52dea366769f0ba3 (patch)
tree994b18de47f3537436445586d92f37f98d32c583 /NEWS
parent92dd81ba7f70e1e2485d935f6605c87b2a88d68f (diff)
downloadphp-git-3c8cc8ab3613224a7428cfbc52dea366769f0ba3.tar.gz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a08050e430..f24bf09448 100644
--- a/NEWS
+++ b/NEWS
@@ -76,7 +76,9 @@ PHP 4.0 NEWS
- Made resource type names visible, e.g. var_dump() and
get_resource_type() display "file" for file resources. (Andrei)
- Added the curl_getinfo() function to find out information about a CURL
-- Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE,
+ transfer. This function requires cURL 7.4.0 or above. (Sterling)
+- Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE, CURLOPT_POSTQUOTE,
+ CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options. (Sterling)
- Renamed the shm_* functions to shmop_* (Derick)
- Updated ext/mysql/libmysql to version 3.23 (tim@mysql.com)
- Added ldap_get_option() and ldap_set_option() functions (Stig Venaas)