summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2003-02-03 02:19:31 +0000
committer <changelog@php.net>2003-02-03 02:19:31 +0000
commitc1ca3a801f2c131746c5b638f272c1f8974d8900 (patch)
treea83b55a45ae2bc74446fddebcd9333a0587d9b00 /ChangeLog
parent1e14f2de8b1dc7b2121e80ea8030a50a213bf15b (diff)
downloadphp-git-c1ca3a801f2c131746c5b638f272c1f8974d8900.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f98004cf6a..5557b92f2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2003-02-02 Ilia Alshanetsky <ilia@prohost.org>
+
+ * main/php_scandir.h:
+ Fixed bug #22021.
+
+ * ext/curl/interface.c:
+ Gave the user the ability to specify encoding of the request.
+ Patch by jens@mermaidconsulting.dk.
+
+ * main/php_scandir.c:
+ Fixed build on Solaris (patch by Melvyn Sopacua).
+
+2003-02-02 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * ext/standard/info.c:
+ Fix warning.
+
+2003-02-02 Zeev Suraski <zeev@zend.com>
+
+ * ext/standard/info.c
+ ext/standard/info.c:
+ Fix phpinfo() display of Zend extensions
+
+2003-02-02 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ext/gd/config.m4
+ ext/gd/libgd/gd.c
+ ext/gd/libgd/xbm.c
+ ext/gd/tests/conv_test.xbm
+ ext/gd/tests/xbm2png.phpt:
+ - new xbm support
+
+
2003-02-01 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ext/standard/image.c: