summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-07-09 00:33:24 +0000
committer <changelog@php.net>2004-07-09 00:33:24 +0000
commit69e20cf21957269cff62d399b53c4e0ffbe171ad (patch)
treee2d2ccee1045cfed12ad34ac4ff85a1ca880d02a
parent79c28f76180d98e2d4c6ba8320768a987fb0f79f (diff)
downloadphp-git-69e20cf21957269cff62d399b53c4e0ffbe171ad.tar.gz
ChangeLog update
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50c970b99e..87f004f10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2004-07-08 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/array.c:
+ MFH: Fixed bug #29049 (array sorting via user function/method does not
+ validate it).
+
+ * ext/standard/array.c:
+ Fixed bug #29049 (array sorting via user function/method does not validate
+ it).
+
+2004-07-08 Sergey Kartashoff <gluke@mail.ru>
+
+ * ext/mnogosearch/php_mnogo.c:
+ - A bugfix in search words hilightling code (mnogosearch extension).
+
+2004-07-08 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/com_dotnet/com_saproxy.c:
+ Last dangerous alloca() bits.
+
2004-07-07 Georg Richter <georg@mysql.com>
* ext/mysqli/config.m4