summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2001-05-24 01:09:21 +0000
committer <changelog@php.net>2001-05-24 01:09:21 +0000
commita25f899b47f698863d5af973c29736fb727f5128 (patch)
tree3408f26e8a6b795598972d51e40034b17eaa816d /ChangeLog
parent05bd02a6ced6b5f4d27d809406c8236c6bb37960 (diff)
downloadphp-git-a25f899b47f698863d5af973c29736fb727f5128.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog101
1 files changed, 101 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf713c324d..60dfdf5fd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,104 @@
+2001-05-23 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/session/session.c:
+ Due to dynamic registration of storage handlers, OnUpdateSaveHandler
+ might be called before that registration takes place and hence the
+ INI update is dismissed. In that case, we defer the lookup to the
+ first request init.
+
+2001-05-23 Jani Taskinen <sniper@iki.fi>
+
+ * ext/xslt/.cvsignore: missing.
+
+2001-05-23 Sascha Schumann <sascha@schumann.cx>
+
+ * sapi/apache/config.m4
+ sapi/apache2filter/config.m4: Use EXTRA_LDFLAGS at this point.
+
+ I've confirmed that one can build a working Apache DSO module now
+ (AIX 4.2 with gcc 2.95.2 and Apache 1.3.12).
+
+2001-05-23 Sterling Hughes <sterling@designmultimedia.com>
+
+ * ext/com/COM.c: Fix credits
+
+2001-05-23 Sascha Schumann <sascha@schumann.cx>
+
+ * build/buildcheck.sh:
+ automake 1.4-p1 was released. Remove the -p\d+ suffix as this caused
+ an error message on FreeBSD.
+
+ * build/buildcheck.sh: $libtool already contains the full path to libtool.
+
+2001-05-23 Andi Gutmans <andi@zend.com>
+
+ * ext/session/mod_mm.c: - Nuke GINIT
+
+2001-05-23 Jon Parise <jon@csh.rit.edu>
+
+ * NEWS: Merge from HEAD.
+
+ * NEWS: This was merged into the 4.0.6 branch.
+
+2001-05-23 Andi Gutmans <andi@zend.com>
+
+ * ext/standard/basic_functions.c
+ ext/standard/output.c
+ ext/standard/php_output.h: - Fix problem of output initialization
+
+2001-05-23 Martin Kraemer <Martin.Kraemer@fujitsu-siemens.com>
+
+ * sapi/apache/mod_php4.c:
+ Fix Basic auth (when under PHP control) for EBCDIC platforms
+
+2001-05-23 Thomas V.V.Cox <cox@idecnet.com>
+
+ * pear/scripts/pear.in: -Changed $param[0] to $param{0} less ambiguous
+ -Readd "-?" param that shows the usage msg
+
+2001-05-23 Andrei Zmievski <andrei@ispi.net>
+
+ * NEWS: MFH
+
+ * NEWS: This was merged into 4.0.6.
+
+2001-05-23 Stig Bakken <ssb@fast.no>
+
+ * pear/DB/storage.php:
+ * added DB_storage::delete() (as suggested by Wolfram Kriesing)
+ * fixed some raiseError calls
+
+ * pear/PEAR.php:
+ * added missing doc for PEAR::raiseError skipmsg parameter
+
+2001-05-23 Andi Gutmans <andi@zend.com>
+
+ * ext/sybase_ct/php_sybase_ct.c: - MFH
+
+ * ext/sybase_ct/php_sybase_ct.c: - Commit fix by Steve Meyers
+
+2001-05-23 Jani Taskinen <sniper@iki.fi>
+
+ * main/fopen_wrappers.c: MFH (oops)
+
+ * main/fopen_wrappers.c: oops..
+
+2001-05-23 Sterling Hughes <sterling@designmultimedia.com>
+
+ * ext/standard/basic_functions.c:
+ Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL
+ constants.
+
+2001-05-23 John Donagher <john@webmeta.com>
+
+ * ext/standard/array.c: Add missing end-folding delimiter
+
+2001-05-23 Jani Taskinen <sniper@iki.fi>
+
+ * main/fopen_wrappers.c: MFH
+
+ * main/fopen_wrappers.c: fixed bug: #10960
+
2001-05-22 Andy Sautins <asautins@veripost.net>
* ext/oci8/oci8.c: