From e007639f2a24ed2647dbfe9879f613c73ed1d3bc Mon Sep 17 00:00:00 2001 From: Date: Sat, 22 Jul 2000 01:09:07 +0000 Subject: ChangeLog update --- ChangeLog | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1e9c8dbd2d..5b48ca6344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2000-07-21 Sam Ruby + + * ext/java/java.c + ext/java/reflect.java: + Pass PHP arrays to Java as hash tables; minor cleanup + +2000-07-21 Joey Smith + + * ext/sybase_ct/php_sybase_ct.c: + INI stuff labelled sybase.* should be sybct.*. + Thanks to dean.bennett@home.com. + +2000-07-21 Jani Taskinen + + * ext/ldap/ldap.c: + - Added four additional arguments: attrsonly, sizelimit, timelimit, deref which + were missing in ldap_search(), ldap_list() and ldap_read() functions + - Fixed a bug in ldap_search/list/read() which prevented returning the partial + results when 'Sizelimit exceeded' error occurred. (Jani Taskinen) + + +2000-07-21 Sterling Hughes + + * pear/File/Find.php + pear/Makefile.in + pear/PEAR_ERROR.php + pear/PEAR_Error.php: New naming sequence for PEAR_Error + - PEAR_ERROR -> PEAR_Error + - $CLASSNAME -> $classname + + New naming sequence for Exceptions + - ExceptionFileFind -> FileFindException. + +2000-07-21 Rasmus Lerdorf + + * pear/README: Fix this address + +2000-07-21 Zeev Suraski + + * main/config.w32.h: Fix Win32 build + +2000-07-21 Hartmut Holzgraefe + + * ext/imap/php_imap.c: + column size for date in imap_headers increased (see bug id #5699) + +2000-07-21 Andrei Zmievski + + * ext/standard/string.c: + (php_addslashes) Fixed stop condition - it should only take into account + the length of the string, not the characters. + +2000-07-21 Sterling Hughes + + * pear/Makefile.in + pear/PEAR_ERROR.php: + Add PEAR_ERROR class for returning exception objects. + + + * pear/File/Find.php: Beautify, simplify, and make use of PEAR_ERROR. + +2000-07-21 Ken Coar + + * ext/standard/formatted_print.c: + Undo numerical format regression introduced by the fix of the + zero-precison %s formatting. + 2000-07-20 Hartmut Holzgraefe * ext/standard/string.c: fix for bug #5707 -- cgit v1.2.1