From: Date: Sat, 2 Feb 2002 01:13:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26f1840e57b50a053e3918dc0df6756ee57c868c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 663277a92b..c4092afb63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2002-02-01 Andrei Zmievski + + * ext/standard/array.c: + Converted extract() to use smart_str for variable name manipulation. This + sped it up a bit. + +2002-02-01 James E. Flemer + + * main/fopen_wrappers.c + main/fopen_wrappers.h: + Changed php.ini directive 'safe_mode_include_dir' to accept a + (semi)colon separated path, rather than a single directory. + Also moved checking of said path into a separate path for code + readability. + +2002-02-01 Andrei Zmievski + + * NEWS: Added is_a() function. + +2002-02-01 Adam Dickmeiss + + * ext/yaz/php_yaz.c: Fixes in MARC decoder (base adress, DANmarc case). + +2002-02-01 Thomas V.V.Cox + + * pear/DB.php: Fix remote security risk, pointed out by Wolfram Kriesing + + * pear/DB/tests/db_parsedsn.phpt + pear/DB.php: + Added support for passing special backend params in DSN. Ex: + ibase://user:pass@localhost/db?role=foo&dialect=bar + +2002-02-01 Thies C. Arntzen + + * ext/readline/readline.c: remove some crap + +2002-02-01 James Cox + + * php.gif + php4.gif + php4.spec.in: + 2 years is ages.... and no way temporary. changed the php4 logo to a versionless one. + +2002-02-01 Derick Rethans + + * ext/gd/gd.c: + - Fix for bug 14899 (patch by Sander Roobol ) + +2002-02-01 Yasuo Ohgaki + + * ext/iconv/iconv.c: + Fixed bug with encodings that has 0 byte in strings. Patch by + Fixed possible problem with encodings that a char can be larger than + 4 bytes. + 2002-01-31 James Cox * LICENSE: updating license to 2002 (hasn't been done since 2000)