From: Date: Wed, 2 Aug 2000 01:09:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53435364293bc827fb1296a0a32e2e13451834f9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 11a3790343..01d897a999 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2000-08-01 Rasmus Lerdorf + + * ext/exif/exif.c: Add Olympus-specific tags to read_exif_data() + +2000-08-01 Hartmut Holzgraefe + + * ext/standard/url_scanner.c: typo fix + +2000-08-01 Sascha Schumann + + * ext/imap/config.m4: + Enable building PHP against kerberized IMAP libraries + +2000-08-01 Hartmut Holzgraefe + + * ext/standard/datetime.c: protect datetime() against all zero inputs ... + +2000-08-01 Jani Taskinen + + * ext/imap/php_imap.c: + - Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return + the body. Bug #4447. + +2000-08-01 Hartmut Holzgraefe + + * ext/standard/levenshtein.c + main/main.c: + "undefined function" error message will now suggest similar named + functions as jikes compiler for java does (typo protection) + + * ext/standard/Makefile.in + ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/standard/url_scanner.c + ext/standard/url_scanner.h: + trans-sid rewrite, is now state-aware (fix for bug #3411 and friends) + +2000-08-01 Stanislav Malyshev + + * ext/standard/exec.c: + When output is empty, exec should return "", not "\0" (#5775) + +2000-08-01 Zeev Suraski + + * main/php_realpath.c: - Get rid of whitespace. + 2000-07-31 James L. Pine * pear/DB/oci8.php: