summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-05-04 00:32:52 +0000
committer <changelog@php.net>2002-05-04 00:32:52 +0000
commit9a44bbf4160eb4e845889aa2dae3ef26f7f10c83 (patch)
treecc8dc23f338bd9127375f1c46e74bf39e24ff138 /ChangeLog
parent8270b16d6bca3356ce8ae2d44e00a3d3af39c41a (diff)
downloadphp-git-9a44bbf4160eb4e845889aa2dae3ef26f7f10c83.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog62
1 files changed, 62 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77e6d319c2..019144d676 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2002-05-03 Jani Taskinen <sniper@iki.fi>
+
+ * NEWS: MFH
+
+ * NEWS: Domxml changes go into the 4.2.x branch.
+
+2002-05-03 Christian Stocker <chregu@phant.ch>
+
+ * ext/domxml/php_domxml.h
+ ext/domxml/php_domxml.c: full MFH as discussed with derick
+
+ * ext/domxml/php_domxml.h
+ ext/domxml/php_domxml.c:
+ removed the function for domxml_node_add_child and made an alias to
+ domxml_node_append_child for BC
+
+2002-05-03 Stig Bakken <ssb@fast.no>
+
+ * pear/OS/Guess.php: * switched from static to instance model
+ * added matching method with glob support, some examples:
+ $os->matchSignature('linux');
+ $os->matchSignature('linux-2.4*);
+ $os->matchSignature('linux-*-i?86');
+
+2002-05-03 Christian Stocker <chregu@phant.ch>
+
+ * ext/domxml/php_domxml.c: WS fixes
+
+ * ext/domxml/php_domxml.c: one parameter too much
+
+ * ext/domxml/php_domxml.c: added encoding support for domxml_dump_mem()
+
+2002-05-03 Thies C. Arntzen <thies@thieso.net>
+
+ * ext/standard/url_scanner_ex.c: forgot
+
+2002-05-03 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * ext/session/session.c: Fix ZTS build.
+
+2002-05-03 Thies C. Arntzen <thies@thieso.net>
+
+ * main/output.c
+ ext/standard/url_scanner_ex.h
+ ext/standard/url_scanner_ex.re
+ ext/standard/basic_functions.c
+ ext/session/session.c
+ ext/session/php_session.h: i have also modified the session module to use this - so it doesn't
+ need to fiddle with the output-system any more
+
+2002-05-03 Stig Bakken <ssb@fast.no>
+
+ * pear/OS/Guess.php
+ pear/package-pear.xml:
+ * fixed autoconf vs. pear installer replacement issue in scripts/pear.in
+ (pear installer now substitutes "@prefix@/bin" to bin_dir ;-)
+ * added skeleton for OS_Guess class
+
+ * NEWS: * unintentional news entry :-)
+
+ * pear/PEAR/Installer.php: * apply umask when installing files
+
2002-05-02 Stig Bakken <ssb@fast.no>
* pear/PEAR/Config.php: * add umask config value