]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 21 Oct 2000 01:09:08 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Sat, 21 Oct 2000 01:09:08 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index afcbd41abdd5593bb79924c9735ca2e59959b012..c9a2cdce4f803028c693afbd855226694635083d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,12 @@ PHP 4.0                                                                    NEWS
 
 
 ?? ??? 2000, Version 4.0.4
+- Made ldap_connect() accept URL in host parameter when using OpenLDAP
+  2.x. To use SSL, use ldaps://host/ as URL. (Stig Venaas)
+- 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,
 - 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)