From: Date: Tue, 7 May 2002 00:22:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abc72f2820a811a0e5d6189bfd7e73fc46f9561a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bf4c48be53..2926c9ea1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2002-05-06 Jason Greene + + * ext/pcntl/pcntl.c: MFH + + * ext/pcntl/pcntl.c: + Fix invalid warning caused by bogus convert_to_* calls + Fix possible invalid data in status for pcntl_waitpid() + +2002-05-06 Markus Fischer + + * ext/standard/datetime.c: - WS fix as pointed out by fabwash@hotmail.com + +2002-05-06 Jason Greene + + * ext/pcntl/pcntl.c: MFH + Fix for ZTS and crash bugs + + * ext/pcntl/pcntl.c: Fix type-o that broke ZTS build + Fix 3 nasty crash bugs that could occur if pcntl_exec's call to execve errored + +2002-05-06 Derick Rethans + + * configure.in + main/php_version.h: - Swap back version number + + * NEWS: - Fix release date + +2002-05-06 jim winstead + + * ext/standard/file.c: MFH: fix problem with mkdir() on freebsd + + * ext/standard/file.c: fix problem with mkdir() on freebsd + +2002-05-06 Edin Kadribasic + + * sapi/cli/README: + Update README with register_argc_argv settings override. + +2002-05-06 Aaron Bannert + + * sapi/apache2filter/sapi_apache2.c: Merge two SEGV fixes from the trunk: + - startup SEGV caused by delaying the initialization too long. + - graceful restart SEGV caused by not re-initializing. + +2002-05-06 Derick Rethans + + * NEWS: - Fix release day + + * main/php_version.h + configure.in: - GO with rc2 + 2002-05-05 Wez Furlong * ext/standard/html.c: