diff options
author | <changelog@php.net> | 2001-09-25 00:10:25 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-09-25 00:10:25 +0000 |
commit | d05661abd2516bfd991f15d5d996e54db01b552a (patch) | |
tree | 60f396744356b7796119e98bcb7315c0695c4d44 | |
parent | 2e79759f50b4268e755286feb86ddf0372430913 (diff) | |
download | php-git-d05661abd2516bfd991f15d5d996e54db01b552a.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2001-09-24 Sterling Hughes <sterling@designmultimedia.com> + + * ext/curl/curl.c: fix constant + +2001-09-24 Andi Gutmans <andi@zend.com> + + * main/rfc1867.c: - MFH. File uploads need to be tested thoroughly in RC3! + +2001-09-24 Harald Radi <h.radi@nme.at> + + * ext/com/TODO + ext/com/VARIANT.c + ext/com/conversion.c + ext/com/conversion.h + ext/com/php_VARIANT.h + ext/com/COM.c: removed VARIANT module and put the VARIANT class into + the COM module. + also fixed a few bugs. + +2001-09-24 Derick Rethans <d.rethans@jdimedia.nl> + + * ext/standard/string.c: + - Fix crash bug (patch by <chocolateboy@lunomail.com>) + 2001-09-23 Andi Gutmans <andi@zend.com> * main/rfc1867.c: |