From: Date: Sat, 20 May 2000 01:09:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.0~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=650008eea15893ceb0dc7cddd63c368022d21e45;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 26fb18e72f..bebe3381cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2000-05-19 Hartmut Holzgraefe + + * ext/standard/php_string.h + ext/standard/string.c: + added optional 3rd parameter 'limit' to explode() as in split() + (due to feature request in bug id #3251) + +2000-05-19 Zeev Suraski + + * LICENSE: Give some more room for configurability + + * LICENSE: be consistent with the URLs + +2000-05-19 Thies C. Arntzen + + * main.c: fix the fix (it's still a hack) + + * main.c: make sigchild handler more robust. + + * ext/oci8/config.m4 + ext/oracle/config.m4: added some Notice about --enable-sigchild + +2000-05-19 Zeev Suraski + + * ext/standard/info.c + php.h: Minor output mods + 2000-05-18 Thies C. Arntzen * main.c