From: Date: Sun, 9 Jul 2000 01:09:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=423d9f3868f1f90b53e56756315766c11f458427;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cbeb545986..41e2b329d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2000-07-08 Egon Schmid + + * ext/standard/string.c: Eliminated a typo. + +2000-07-08 Andrei Zmievski + + * ext/standard/basic_functions.c + ext/standard/php_string.h + ext/standard/string.c: + - Updated str_pad() to be able to pad on left/right/both sides. + +2000-07-08 Egon Schmid + + * ext/standard/info.c: Uncomplete proto. + + * ext/sockets/sockets.c: Aren't there some function names conflicts? + +2000-07-08 Sam Ruby + + * ext/java/README + ext/java/except.php + ext/java/java.c + ext/java/reflect.java: + Add experimental APIs to get and clear the last exception + +2000-07-08 Chris Vandomelen + + * ext/sockets/php_sockets.h + ext/sockets/sockets.c: * php4/ext/sockets.c, php4/ext/php_sockets.h: + Numerous changes. Many prototypes changed to be more like the + appropriate *NIX counterparts. Many new prototypes defining many + more advanced socket routines. Better AF_UNIX socket support. + bind() now recognizes the socket type and acts appropriately, + instead of needing the AF_* for the socket passed in. + 2000-07-07 Jouni Ahto * ext/gd/gdttf.c: