]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 30 Nov 2001 01:10:33 +0000 (01:10 +0000)
committer <changelog@php.net> <>
Fri, 30 Nov 2001 01:10:33 +0000 (01:10 +0000)
ChangeLog

index 23ad8467943cd614ba5a12d36bef6b83c0def4b6..dc29dc816f238c7db00dd83356eb5a2b504e2131 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2001-11-29  Stig Venaas  <venaas@uninett.no>
+
+    * ext/ldap/config.m4
+      ext/ldap/ldap.c
+      ext/ldap/php_ldap.h:
+    Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need more
+    testing.
+
+    * ext/ldap/ldap.c:
+    Making the link resource point to a structure that contains the LDAP
+    link, rather than point to it directly.
+
+2001-11-29  Martin Jansen  <mail@martin-jansen.de>
+
+    * pear/File/Passwd.php:
+    * Add function listUsers() that returns all users from passwd file.
+
+2001-11-29  Thomas V.V.Cox  <cox@idecnet.com>
+
+    * pear/DB/oci8.php: patch to support columns from functions without alias
+
+2001-11-29  Sterling Hughes  <sterling@designmultimedia.com>
+
+    * sapi/apache2filter/sapi_apache2.c:
+    Update to the latest apr api (patch by Clif Woolley)
+
+2001-11-29  Thies C. Arntzen  <thies@thieso.net>
+
+    * ext/sockets/sockets.c: i'm sure i had this compile before;-)
+
+    * ext/sockets/sockets.c:
+    fix a crash in socket_connect (if hostname was not resolvable)
+    initialize max_fd in various fdset function
+    fix error checking in _read and _write
+
 2001-11-28  Thomas V.V.Cox  <cox@idecnet.com>
 
     * pear/DB/common.php: