]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 12 Dec 2000 02:09:12 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Tue, 12 Dec 2000 02:09:12 +0000 (02:09 +0000)
ChangeLog

index 4457d2903ec1346b5474e972ad4db6eab39b19ef..b1b11837a98cce44a59bda43f7b08c9cc515a5a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2000-12-11  Jani Taskinen  <sniper@iki.fi>
+
+    * INSTALL: MFH
+
+2000-12-11  Zeev Suraski  <zeev@zend.com>
+
+    * ext/standard/string.c: Fix Win32 build
+
+2000-12-11  Jani Taskinen  <sniper@iki.fi>
+
+    * INSTALL: Added a note about --enable-versioning working with IRIX 6.5
+
+2000-12-11  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/standard/var.c: Fix serializer bug (merge with HEAD)
+
+2000-12-11  Sterling Hughes  <Sterling.Hughes@pentap.net>
+
+    * ext/sablot/php_sablot.h
+      ext/sablot/sablot.c: Merge with HEAD
+
+2000-12-11  Andrei Zmievski  <andrei@ispi.net>
+
+    * NEWS: Formatting.
+
+2000-12-11  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/standard/var.c:
+    Fix serializer bug that prevented serializer from working on any
+    variable that had non-reference copies of the same zval
+
+2000-12-11  Sterling Hughes  <Sterling.Hughes@pentap.net>
+
+    * ext/sablot/php_sablot.h
+      ext/sablot/sablot.c:
+    Fix a crash related to the simple sablotron api. (thies)
+    make sablotron work with zts.
+    fix a leak or two,
+
+2000-12-11  Thies C. Arntzen  <thies@thieso.net>
+
+    * ext/standard/var.c: fix #6348
+
+2000-12-11  Sascha Schumann  <sascha@schumann.cx>
+
+    * sapi/apache2filter/README: Add TODO note
+
+2000-12-11  Andrei Zmievski  <andrei@ispi.net>
+
+    * ext/standard/array.c
+      ext/standard/php_array.h: Make php_array_merge() an API function.
+
 2000-12-10  Sascha Schumann  <sascha@schumann.cx>
 
     * sapi/apache/mod_php4.c