summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-05-10 00:34:01 +0000
committer <changelog@php.net>2005-05-10 00:34:01 +0000
commit05c380119304c90eff40ccde61bb7eda9ba503f9 (patch)
tree5bb186f8d628e577f28b590df9687364cd78e309
parent8e97019a69b8c5d247216b651763fdcd22b75edc (diff)
downloadphp-git-05c380119304c90eff40ccde61bb7eda9ba503f9.tar.gz
ChangeLog update
-rw-r--r--ChangeLog65
1 files changed, 65 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aacf2137f..b8e8c17373 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+2005-05-09 Andrey Hristov <php@hristov.com>
+
+ * ext/mysqli/mysqli_api.c:
+ after throwing an warning bail out
+
+ * ext/mysqli/mysqli.c:
+ mysqli won't compile with Zend2 API before 2001 - in these days there was
+ no Zend2
+
+ * ext/mysqli/mysqli_api.c:
+ MFB
+
+ * (PHP_5_0)
+ ext/mysqli/mysqli_api.c:
+ warn the user if he wants to prepare before fetching all previous data
+ (in case mysqli_stmt_store_result() wasn't called or not enough calls
+ to mysqli_stmt_fetch()).
+
+2005-05-09 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * ext/mysqli/tests/connect.inc:
+ - We skip tests when the extension is not loaded..in the php.ini
+
+ * ext/mysqli/tests/skipif.inc:
+ revert pointless patch
+
+2005-05-09 Georg Richter <georg@mysql.com>
+
+ * (PHP_4_3)
+ NEWS
+ ext/mysql/libmysql/config-win.h:
+ fix for bug #32116 (mysql compressed connection doesn't work under win)
+
+2005-05-09 Andrey Hristov <php@hristov.com>
+
+ * ext/mysqli/tests/connect.inc
+ ext/mysqli/tests/skipif.inc:
+ also test shared builds
+
+2005-05-09 Zeev Suraski <zeev@zend.com>
+
+ * (PHP_5_0)
+ ext/sqlite/libsqlite/src/sqlite.w32.h:
+ Fix build
+
+2005-05-09 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (PHP_5_0)
+ ext/posix/config.m4
+ ext/posix/config.m4
+ ext/posix/php_posix.h
+ ext/posix/php_posix.h
+ ext/posix/posix.c
+ ext/posix/posix.c:
+ MFH: - getlogin() / getgroups() are not necessarily available everywhere
+
+ * ext/posix/config.m4
+ ext/posix/php_posix.h
+ ext/posix/posix.c:
+ - getlogin() / getgroups() are not necessarily available everywhere
+
+ * (PHP_4_3)
+ ext/standard/basic_functions.c:
+ Remove dos crap
+
2005-05-08 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_4_3)