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

diff --git a/NEWS b/NEWS
index 7fa8ef8ff92775e86245f5e3d76bf045aaeb23a2..9035ef6b61f2ab78382618faa903a688874c65c8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.2
+- Added four additional arguments: attrsonly, sizelimit, timelimit, deref which
+  were missing in ldap_search(), ldap_list() and ldap_read() functions (Jani)
+- Fixed a bug in ldap_search/list/read() which prevented returning the partial
+  results when 'Sizelimit exceeded' error occurred. (Jani Taskinen)
 - Fixed preg_replace() to automatically escape quotes in matched
   strings when using /e modifier. (Andrei)
 - Itanium patch (Steve Robb)