From ace102eb00ad7b979791a4d0a739a5ec7ab0813c Mon Sep 17 00:00:00 2001 From: Date: Sun, 30 Apr 2000 01:09:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0e704be9a6..1ffccc7408 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2000-04-29 Andi Gutmans + + * php.h + php_virtual_cwd.c + php_virtual_cwd.h: - Implement V_OPEN() V_OPEN_CREAT() and V_CREAT(). + Next step is to substitute all open()'s and creat()'s in the PHP tree + +2000-04-29 Andrei Zmievski + + * ext/standard/strnatcmp.c: + + Martin Pool updated the natural comparison/sort algorithm so that fractions + compare more "naturally", e.g. 1.002 < 1.1. + +2000-04-29 Zeev Suraski + + * php.h: + - Never mind. Seems like we're still missing the open() functionality + + * php.h: + - Give VIRTUAL_DIR another try after testing it extensively on our web site + +2000-04-29 Rasmus Lerdorf + + * build/build2.mk: Oops, wrong path + + * build/build2.mk: An empty .deps was not getting generated here + +2000-04-29 Thies C. Arntzen + + * TODO: . + 2000-04-28 Sascha Schumann * ext/imap/config.m4: Improve imap-lib check -- 2.40.0