From ae7ba4bf5834e457817baf0c8064ed5d3409cccf Mon Sep 17 00:00:00 2001 From: Date: Sun, 7 Aug 2005 05:35:13 +0000 Subject: ChangeLog update --- ChangeLog | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/ChangeLog b/ChangeLog index 439d57f3b9..15652d8c24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2005-08-06 Edin Kadribasic + + * NEWS: + Mention new library bundle on windows + +2005-08-06 Jani Taskinen + + * NEWS: + BFN + +2005-08-06 Edin Kadribasic + + * ext/gd/config.w32: + Only link zlib if we dont compile it in (#3406) + + * ext/zlib/php_zlib.def: + Add missing export + +2005-08-06 Andrey Hristov + + * (PHP_5_0) + NEWS: + BFN + + * ext/mysqli/mysqli_nonapi.c: + add a comment + + * (PHP_5_0) + ext/mysqli/mysqli_nonapi.c: + - fix int-long issue on 64bit (MFH) + - add data checking (MFH) + - add a comment + + * ext/mysqli/mysqli_nonapi.c: + add error checking + + * ext/mysqli/mysqli_nonapi.c: + fix problem on 64 bit - when asking for "l" supply long not int because + on 64 bit they differ and zend_parse_parameters makes a *(long*) cast + which means that if the variable is int 4 bytes of the variable(s) + declared before it (on the stack) will be overwritten. In this case + this is the length of the query -> made 0 and mysqli_query() returns + FALSE. + +2005-08-06 Frank M. Kromann + + * ext/sybase/php_sybase_db.c + ext/sybase_ct/php_sybase_ct.c: + Fix for #32531 + No need to alias these functions on windows or if the mssql extension is + compiled. This change will allow the use of both extensions at the same + time. + + * ext/ming/ming.c: + Cleanup to match the current cvs version of ming0.3beta + 2005-08-05 Jani Taskinen * ext/odbc/php_odbc.c: -- cgit v1.2.1