From: Date: Tue, 30 May 2000 02:15:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ec49e9c79274395ee6b21b7e34781f5ff2d2c28;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7ce69616ba..07ac92d2ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2000-05-29 Zeev Suraski + + * ext/standard/Makefile.in: Forgot to update the makefile + + * NEWS + ext/mysql/php_mysql.c: Fix bug #4678 + + * main.c + php4dllts.dsp + php_globals.h: Fix startup sequence. It should do it this time. + + * NEWS + internal_functions_win32.c + main.c + php.ini-dist + php.ini-optimized: - Added disable_functions php.ini support + - Fixed Win32 build + +2000-05-29 Hartmut Holzgraefe + + * php.h: warn_not_available() will be used by other modules besides + ext/standard in the (very near) future + +2000-05-29 Andi Gutmans + + * php_content_types.c + php_virtual_cwd.c: - License is at 2.02 + +2000-05-29 Zeev Suraski + + * ext/standard/basic_functions.c: + Oh yeah, I said there's no need for it to be defined didn't I? :) + +2000-05-29 Rasmus Lerdorf + + * ext/exif/exif.c + php_content_types.c + php_virtual_cwd.c: + Clean up EXIF code and give up on extracting the embedded thumbnail for + now. Will return to it when I find some real specs on it. + Also added a couple of missing copyright headers + +2000-05-29 Zeev Suraski + + * php.h: Remove stale reference to .h file + + * ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/standard/php_noavail.c + ext/standard/php_noavail.h: + There's really no need for an entire file for a one line function... + +2000-05-29 Thies C. Arntzen + + * TODO: detab + + * TODO: add some notes + + * ext/standard/basic_functions.c: + allow_call_time_pass_reference fix: similar_text + +2000-05-29 Zeev Suraski + + * ext/standard/file.c: Remove stale macro + +2000-05-29 Sascha Schumann + + * ext/session/session.c: + `len' is not the actual length of the string, but the possible maximum + length. This fixes a couple of problems, like not setting the cookie path + correctly. + +2000-05-29 Zeev Suraski + + * ext/standard/file.c: More secure mode + + * php_virtual_cwd.c: Creat is creat is creat, no open + 2000-05-28 Jim Winstead * MAINTAINERS: Add maintainer info for dbase extension.