summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-03-17 02:09:19 +0000
committer <changelog@php.net>2000-03-17 02:09:19 +0000
commit0979233f5a264599c9bfe950397e280c4e1b0fb2 (patch)
tree89f3c49ca1b608f2be8c247028272e7315f7b78b
parent9d3ca44e4d647885da965c06d3f87f4aa18e67e9 (diff)
downloadphp-git-0979233f5a264599c9bfe950397e280c4e1b0fb2.tar.gz
ChangeLog update
-rw-r--r--ChangeLog67
1 files changed, 67 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d7702575b..d31ee2f4e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2000-03-16 Andi Gutmans <andi@php.net>
+
+ * 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 <sascha@schumann.cx>
+
+ * php_virtual_cwd.c: Cleanup
+
+ * php_virtual_cwd.c: Merge in local changes
+
+2000-03-16 Andi Gutmans <andi@php.net>
+
+ * 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 <sascha@schumann.cx>
+
+ * 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 <rubys@us.ibm.com>
+
+ * ext/standard/var.c:
+ restore compilation on ZTS enabled environments (like Windows)
+
+2000-03-16 Andi Gutmans <andi@php.net>
+
+ * php_virtual_cwd.c:
+ - Add initial virtual_getcwd() and virtual_chdir() for discussing with the
+ rest of the folks
+
+2000-03-16 Andrei Zmievski <andrei@ispi.net>
+
+ * 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 <thies@digicol.de>
+
+ * 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 <joey@samaritan.com>
* ext/recode/.cvsignore: Adding .cvsignore to ext/recode