summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-08-13 00:10:19 +0000
committer <changelog@php.net>2001-08-13 00:10:19 +0000
commite8f4e4660c1884ba36f5d7948a15b7ca559fccac (patch)
treee04a8dbd836fd3d4e057b3818368b08b90d88887
parentafedca1ff6e38dcb5018ba1b2d9fd4b1520b2256 (diff)
downloadphp-git-e8f4e4660c1884ba36f5d7948a15b7ca559fccac.tar.gz
ChangeLog update
-rw-r--r--ChangeLog62
1 files changed, 62 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6f2885a95..87d1ea5f6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2001-08-12 Zeev Suraski <zeev@zend.com>
+
+ * php.ini-recommended: Enable output buffering in the php.ini-recommended
+
+ * configure.in
+ ext/standard/filestat.c:
+ Compile fix for oldie Linux systems (possibly others too)
+
+2001-08-12 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * ext/xml/xml.c: Fix warning.
+
+2001-08-12 Thies C. Arntzen <thies@thieso.net>
+
+ * ext/xml/tests/007.phpt
+ ext/xml/xml.c: tags need to be UTF8-decoded as well.
+
+ guys, case_folding can only work when the parser target encoding equal (or
+ compatible) with the locale setting of the system as we use toupper to "do it"
+
+2001-08-12 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * pear/Cache/Container/shm.php: Even more whitespace fixes.
+
+ * pear/Cache/Container/shm.php: Whitespace fixes.
+
+2001-08-12 Ulf Wendel <ulf.wendel@phpdoc.de>
+
+ * pear/Cache/Container/shm.php:
+ Simple and slow implementation of a shared memory container.
+
+2001-08-12 David Eriksson <david@2good.com>
+
+ * ext/satellite/struct.c
+ ext/satellite/zval_to_namedvalue.c
+ ext/satellite/class.c
+ ext/satellite/object.c: adjusted Satellite for Zend 2
+
+ * ext/satellite/tests/004.phpt: changed IOR values
+
+ * ext/satellite/tests/001.phpt
+ ext/satellite/tests/002.phpt
+ ext/satellite/tests/003.phpt
+ ext/satellite/tests/004.phpt
+ ext/satellite/tests/005.phpt
+ ext/satellite/tests/random.idl: wrote some tests for satellite
+
+2001-08-12 Andi Gutmans <andi@zend.com>
+
+ * ext/com/com.h
+ ext/com/conversion.c: - Make com work with new object model
+
+2001-08-12 Andrei Zmievski <andrei@ispi.net>
+
+ * ext/skeleton/create_stubs: Save spec_opt for each function.
+
+ * ext/skeleton/create_stubs: Fix it up a bit.
+
+2001-08-12 Rasmus Lerdorf <rasmus@php.net>
+
+ * ext/skeleton/create_stubs: Oops, missing () there
+
2001-08-11 Zeev Suraski <zeev@zend.com>
* php.ini-recommended