summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-08-07 05:35:13 +0000
committer <changelog@php.net>2005-08-07 05:35:13 +0000
commitae7ba4bf5834e457817baf0c8064ed5d3409cccf (patch)
tree18b07c6e8f4fd89531aa2777974d873d2e442447
parenta26f8ca3510ec6bf539c8c910fdb9af987ed24a0 (diff)
downloadphp-git-ae7ba4bf5834e457817baf0c8064ed5d3409cccf.tar.gz
ChangeLog update
-rw-r--r--ChangeLog56
1 files changed, 56 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 439d57f3b9..15652d8c24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2005-08-06 Edin Kadribasic <edink@emini.dk>
+
+ * NEWS:
+ Mention new library bundle on windows
+
+2005-08-06 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * NEWS:
+ BFN
+
+2005-08-06 Edin Kadribasic <edink@emini.dk>
+
+ * 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@hristov.com>
+
+ * (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 <frank@kromann.info>
+
+ * 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 <jani.taskinen@sci.fi>
* ext/odbc/php_odbc.c: