summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-04-02 01:09:19 +0000
committer <changelog@php.net>2001-04-02 01:09:19 +0000
commit46fcfe73ab113cada65b09896a34fa13f6187a51 (patch)
treed359ae12f43ec33d21e8dab324a2468206ebfa85
parent4cec53ac287dea4012bed526b4cdf5e3a67a0f03 (diff)
downloadphp-git-46fcfe73ab113cada65b09896a34fa13f6187a51.tar.gz
ChangeLog update
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdf7463332..5833f5a180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2001-04-01 Wez Furlong <wez.php@thebrainroom.com>
+
+ * ext/openssl/CREDITS
+ ext/openssl/README
+ ext/openssl/openssl.c
+ ext/openssl/php_openssl.h:
+ Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert params
+ a bit more friendly to use. See the README for more info.
+
+2001-04-01 Zeev Suraski <zeev@zend.com>
+
+ * configure.in
+ main/php_version.h: YARC
+
+2001-04-01 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * NEWS: Fixed some glitches in NEWS. (Yes, you may call me pedantic :-)
+
+2001-04-01 Jani Taskinen <sniper@iki.fi>
+
+ * ext/gd/gd.c
+ ext/gd/gd_ctx.c:
+ According to GD documentation the macros should be used instead..
+
+ * ext/informix/ifx.ec: Fixed bug #10095.
+
+ * ext/gd/gd.c
+ ext/gd/gd_ctx.c
+ ext/gd/php_gd.h: Fixed bug #8137 and killed some compile warnings.
+
2001-03-31 Zeev Suraski <zeev@zend.com>
* ext/standard/output.c: MFH - header handling with output buffering