summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>1999-11-07 02:09:04 +0000
committer <changelog@php.net>1999-11-07 02:09:04 +0000
commit880d7666ab8b898fba6660292a9f420915be66ee (patch)
treeab3a402af935888942f0fb2e6fc8825f459b3f60 /ChangeLog
parentc2e062c84392590494f74ca58edebe0ba991e0ea (diff)
downloadphp-git-880d7666ab8b898fba6660292a9f420915be66ee.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eea1ef564..407bfec960 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+1999-11-06 Sascha Schumann <sascha@schumann.cx>
+
+ * build.mk: - limit find to PHP's automake Makefiles
+ - check whether patches were applied correctly
+
+ * ext/session/session.c:
+ Disable auto_start until we find a way to access the necessary data fields.
+
+1999-11-06 Zeev Suraski <zeev@php.net>
+
+ * configure.in
+ php_version.h: Version update
+
+ * ext/standard/basic_functions.c
+ ext/session/session.c
+ ext/com/COM.c
+ NEWS
+ mergesort.c
+ php_ini.h: - Win32 fixes
+ - COM module improvements from Boris Wedl
+
+1999-11-06 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/standard/var.c:
+ (PHP var_dump, serialize) now use php.ini's precision size when displying/serializing doubles
+
+1999-11-06 changelog <changelog@www>
+
+ * ChangeLog: ChangeLog update
+
+ * NEWS: NEWS update
+
1999-11-05 Rasmus Lerdorf <rasmus@php.net>
* ext/mysql/php_mysql.c: