diff options
| author | <changelog@php.net> | 2001-09-24 00:09:58 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2001-09-24 00:09:58 +0000 |
| commit | f3b1bc8bc22934dfd0837a4e4f0ba541cc3257d5 (patch) | |
| tree | 3eb12985b4c616d7c506ef4b1ebe2ec640daf126 | |
| parent | 315c894da835c077114e91c30d8d251d036580bc (diff) | |
| download | php-git-f3b1bc8bc22934dfd0837a4e4f0ba541cc3257d5.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +2001-09-23 Andi Gutmans <andi@zend.com> + + * main/rfc1867.c: + - Commit fix for bug #11998 by Ralf Bolte <r.bolte@gmx.net> + +2001-09-23 Jeroen van Wolffelaar <jeroen@A-Eskwadraat.nl> + + * ext/cybercash/cyberlib.php + ext/standard/basic_functions.c + ext/standard/php_string.h + ext/standard/string.c: + Make chop the alias and rtrim the main function, in order to get automagically + generated alias-listings correct. + +2001-09-23 Derick Rethans <d.rethans@jdimedia.nl> + + * ext/mcrypt/mcrypt.c: + - Don't return from the function, so that mcrypt get properly initialized + (fix for bug #13399) + + * ext/mcrypt/mcrypt.c + ext/mcrypt/php_mcrypt.h: + - Added mcrypt_generic_deinit and added a warning about mcrypt_generic_end + being deprecated. + - Reordened constants, and added MCRYPT_3DES to the 2.4 set of constants + +2001-09-23 Rui Hirokawa <louis@cityfujisawa.ne.jp> + + * ext/mbstring/EXPERIMENTAL: mbstring is no more in experimental status. + +2001-09-23 Martin Jansen <mail@martin-jansen.de> + + * pear/Cache/Graphics.php: * fixed bug when generating JPEG image + 2001-09-22 Jani Taskinen <sniper@iki.fi> * ext/mcrypt/config.m4: |
