From e67fa9823d24dfeddb58c56ebf6d5e71bcd4ee26 Mon Sep 17 00:00:00 2001 From: Date: Sun, 23 Jul 2000 01:10:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5b48ca6344..8485daf51e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2000-07-22 Sam Ruby + + * ext/java/README + ext/java/java.c + ext/java/reflect.java: Complete the work mapping arrays and hashtables + + * ext/java/java.c: Fix regression in passing strings as parameters + +2000-07-22 Sterling Hughes + + * ext/msql/php_msql.c: fix bug 5322. + +2000-07-22 Sam Ruby + + * ext/java/java.c + ext/java/reflect.java: + Allow java.lang.Hashtables to be passed into PHP as arrays. + + * ext/java/java.c: + Verify that a classname is actually passed on a new Java() call. + + * ext/java/reflect.java: + Respect the object type the user specified (i.e., never automatically + convert the result of "new Java()" to a primitive type) + + * ext/java/java.c: Don't assume that Java byte arrays are null terminated. + +2000-07-22 David Croft + + * ext/standard/file.c: + * ext/standard/file.c: fixed socket_set blocking in windows + (bug 3845) + + * ext/standard/basic_functions.c + ext/standard/php_string.h + ext/standard/string.c: + wordwrap function from Chris Russel + differences from his patch: + - wordwrap width and wrap-string now optional parameters + (default to 75 and "\n" respectively) + - wordwrap_byte is now just an automatic special case of wordwrap + - Zend API compliant + + +2000-07-22 Jani Taskinen + + * ext/ldap/ldap.c: Forgot those constants. + 2000-07-21 Sam Ruby * ext/java/java.c -- 2.50.1