From: Date: Fri, 17 Mar 2000 02:09:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0979233f5a264599c9bfe950397e280c4e1b0fb2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9d7702575b..d31ee2f4e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2000-03-16 Andi Gutmans + + * php_virtual_cwd.c: - Last one for today. + + * php_virtual_cwd.c: + - Allow passing of a verify function. This way we can easily create + chdir() and expandpath() wrappers. + + * SAPI.c: - Note quite sure why this wasn't done. + +2000-03-16 Sascha Schumann + + * php_virtual_cwd.c: Cleanup + + * php_virtual_cwd.c: Merge in local changes + +2000-03-16 Andi Gutmans + + * php_virtual_cwd.c: - php_is_dir_ok() should work on Windows now. + + * php_virtual_cwd.c: - Fix a leak (I think) + + * php_virtual_cwd.c: - Make it compile on Windows. + +2000-03-16 Sascha Schumann + + * php_virtual_cwd.c: Use old_state + + * php_virtual_cwd.c: (php_check_dots) we don't need len + + * php_virtual_cwd.c: virtual_chdir: + + * added error handling + * fixed the special case where there were more DIRECTORY_UPs than + directory parts (i.e. cwd is d:\foo and path is ../..) + * no spaces between # and preprocessor directive - breaks some compilers + +2000-03-16 Sam Ruby + + * ext/standard/var.c: + restore compilation on ZTS enabled environments (like Windows) + +2000-03-16 Andi Gutmans + + * php_virtual_cwd.c: + - Add initial virtual_getcwd() and virtual_chdir() for discussing with the + rest of the folks + +2000-03-16 Andrei Zmievski + + * ext/standard/basic_functions.c + ext/standard/basic_functions.h: + Added is_numeric() that returns true if the argument is a number + or a numeric string. + +2000-03-16 Thies C. Arntzen + + * TODO: share some thoughts + + * ext/standard/info.c: *** empty log message *** + + * ext/standard/var.c: + - serialize()/unserialize() now call _sleep_() and _wakeup_() when + working on objects. + - renamed to_string() method to _string_value_() for consistency. + (Thies, Zend library) + 2000-03-15 Joey Smith * ext/recode/.cvsignore: Adding .cvsignore to ext/recode