From: Date: Thu, 8 Jun 2000 02:15:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dce9fd0e44e36f72640951615a6fcad009f7e0a5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 373acb54f0..26f8ec6caa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2000-06-07 Jouni Ahto + + * ext/gd/gd.c + ext/gd/php_gd.h: + - Fixed typo in _php_image_output (s/fp/tmp/) causing segfault. + - Fixed bug when calling imagejpeg() with 3 arguments, the second one empty, + introduced yesterday. + - Nuked even more code. + +2000-06-07 Uwe Steinmann + + * ext/pdf/pdf.c: - fixed compilation error + + * ext/pdf/pdf.c: + - more removal of obsolete pdflib functions, but no changes to the php + api + +2000-06-07 Sascha Schumann + + * acinclude.m4: Fix test for php_always_shared + +2000-06-07 Zeev Suraski + + * ext/odbc/php_odbc.c + php4dll.dsp + php4dllts.dsp: - Fix Win32 build + - Nuke a warning + +2000-06-07 Uwe Steinmann + + * ext/pdf/pdf.c + ext/pdf/php_pdf.h: + - new function pdf_set_info() to replace pdf_set_info_xxx() + +2000-06-07 Thies C. Arntzen + + * ext/standard/basic_functions.c: beautify + +2000-06-07 Hartmut Holzgraefe + + * configuration-parser.y: + cyscape's "current" browscap.ini file doesn't terminate the last line + in the file with a newline character + this resulted in a parse error + +2000-06-07 Andrei Zmievski + + * NEWS: Purely formatting. + +2000-06-07 Rasmus Lerdorf + + * ext/standard/string.c: Make trim strip \0 to match php 3 + +2000-06-07 Jouni Ahto + + * ext/gd/gd.c + ext/gd/php_gd.h: + - Added functions imagewbmp(), imagecreatefromxbm(). + - Nuked a lot of duplicate code. + - Added function imagecreatefromxbm(). + - Added function imagewbmp(). (Jouni, based on patch from Rune Nordbøe Skillingstad) + 2000-06-06 Andrei Zmievski * ext/standard/basic_functions.c