From: Date: Fri, 2 Jun 2000 02:15:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efc005c078df891584464dfb3918d540c5d0e530;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1429946cb2..b9283d114f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2000-06-01 Charles Hagenbuch + + * ext/imap/config.m4: + patch for redhat 6.2 from Teodor Cimpoesu . + +2000-06-01 Andrei Zmievski + + * ext/pcre/php_pcre.h: Update header file. + + * ext/pcre/php_pcre.c: + - Cleaned up PCRE extension and made it binary-safe. + +2000-06-01 Jouni Ahto + + * ext/standard/string.c: + (ucwords) Remove unnecessary code. + + * ext/standard/string.c: + (ucwords) Yet another fix for #4748. + +2000-06-01 Andrei Zmievski + + * ext/standard/string.c: Some tweaks. + + * TODO + ext/standard/array.c: + + Fixes bug #4753 + +2000-06-01 Jouni Ahto + + * ext/standard/string.c: + (ucwords) Fixed fix for fix for fix for #4748. + +2000-06-01 Hartmut Holzgraefe + + * ext/standard/string.c: + uh, off by one?!! this time it's regression-tested, fast and compact + +2000-06-01 Jouni Ahto + + * ext/standard/string.c: + (ucwords) Another try to fix #4748. + +2000-06-01 Hartmut Holzgraefe + + * ext/standard/string.c: + ucwords will now test against isspace() instead of just ==" " + (see BUG #4748) + +2000-06-01 Sascha Schumann + + * php_syslog.h: s/sys_syslog/std_syslog/ + 2000-05-31 Jouni Ahto * ext/standard/formatted_print.c: