summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2000-04-28 01:09:12 +0000
committer <changelog@php.net>2000-04-28 01:09:12 +0000
commitcdb7471c36ecaa1cfaffa3062112d6e69f63c8d6 (patch)
tree6d7ab02b6a2594eab7ff5068a8b8853c26ad0c9f /ChangeLog
parent974671ecede4d7b998e42eac131095065777e59f (diff)
downloadphp-git-cdb7471c36ecaa1cfaffa3062112d6e69f63c8d6.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6abb57c656..552a4a8220 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2000-04-27 Zeev Suraski <zeev@php.net>
+
+ * main.c: Change to using macros
+
+ * ext/standard/info.c
+ php.h
+ php4dll.dsp
+ main.c: More error handling work (still completely disabled)
+
+2000-04-27 Joey Smith <joey@samaritan.com>
+
+ * README.bcmath: Please, no more bug reports about bcmath
+
+2000-04-27 Andrei Zmievski <andrei@ispi.net>
+
+ * TODO
+ ext/standard/string.c: TODO update and fix for C++ comments.
+
+2000-04-27 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/oci8/oci8.dsp: using vi to update DevStudio Files, yeah!
+
+ * ext/oci8/oci8.c: .
+
+ * ext/oci8/Makefile.in
+ ext/oci8/config.m4
+ ext/oci8/oci8.c: allow oci8 to be build as loadable module.
+
2000-04-26 Sterling Hughes <sterling@designmultimedia.com>
* ext/standard/string.c: Small proto fix.