diff options
author | <changelog@php.net> | 2000-07-22 01:09:04 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-07-22 01:09:04 +0000 |
commit | 1ca60087675054c9908d6100a1e82c07c0cb560f (patch) | |
tree | 6c27cdfb3679b2f780bbc1bc6d917054e845f79f | |
parent | 01d5aec3aa12df5e3fb96c27d884448cfde76a57 (diff) | |
download | php-git-1ca60087675054c9908d6100a1e82c07c0cb560f.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |