diff --git a/ChangeLog b/ChangeLog index 79d8ac18faf..9b5a14ee16f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2000-10-03 Sascha Schumann + + * ext/shmop/README: typo + + * ext/pfpro/pfpro.c: +2000-10-03 Andi Gutmans + + * NEWS + configure.in + main/php_version.h: - Package RC2 + + * tests/testdirname: + - Add dirname() test. Don't have time to create a real regression test + + * ext/standard/string.c: - Fix dirname() + +2000-10-03 Sterling Hughes + + * ext/skeleton/php_skeleton.h + ext/skeleton/skeleton.c: Fix some small issues. + +2000-10-03 Andi Gutmans + + * main/fopen-wrappers.c: + - Fix V_CHDIR_FILE() to only chdir() when a directory part is specified. + Use this instead of broken php_dirname() in fopen-wrappers.c + + * main/main.c + ext/standard/string.c: - Fix VC++ warning + + * sapi/cgi/cgi_main.c: + - Fix request_uri to take it's value from SCRIPT_NAME if PATH_INFO is not + defined + 2000-10-02 Rasmus Lerdorf * ext/imap/config.m4: