From: Date: Tue, 9 Oct 2001 00:10:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_PARAMETER_PARSING_API~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bf9d3d82f5466af38ba55760479b645a7d3dd42;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b22fd10cfb..eb37c21afe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2001-10-08 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: use strdup to alloc memory refeed with free! + + * ext/fbsql/php_fbsql.h: Oops. Removed too much code. + +2001-10-08 Jim Winstead + + * ext/dbase/dbf_head.c: + handle dbase files with padded field headers. (patch from + Landon Bradshaw ) + + * ext/dbase/dbase.c: + handle 'I' field type, just another name for the 'N' field type (patch + from Landon Bradshaw ) + +2001-10-08 Egon Schmid + + * ext/gd/gd.c: Fixed some protos. + +2001-10-08 Thomas V.V.Cox + + * pear/PEAR/Installer.php + pear/PEAR/Packager.php: some clean up + +2001-10-08 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c: + - Added support for word match mnogosearch-3.2 command and for stopfile + command. StopTable will not be supported by mnogosearch-3.2.x + - Added support for word match mnogosearch-3.2 command and for stopfile + command. StopTable will not be supported by mnogosearch-3.2.x + +2001-10-08 Frank M. Kromann + + * ext/fbsql/fbsql.dsp + ext/fbsql/php_fbsql.c + ext/fbsql/php_fbsql.h: Fixing prototypes and removing unused code + +2001-10-08 Rainer Schaaf + + * ext/pdf/pdf.c: fixed PDF_get_value for parameters + - capheight + - ascender + - descender + + had to ajust modifier by PDFLIB_FONT_OFFSET + +2001-10-08 Derick Rethans + + * ext/mysql/php_mysql.c: + - Fix for bug #13592 (Patch by Markus Fischer ) + +2001-10-08 Thomas V.V.Cox + + * pear/PEAR/Installer.php: more work on Windows support + + * pear/PEAR/Common.php: added mkTempDir to create temporal directories + + * pear/PEAR/Common.php: detect and report error + + * pear/PEAR/Packager.php: + use Tar.php class and clean up some unused properties + 2001-10-07 Thomas V.V.Cox * pear/PEAR/Installer.php