summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-03-10 01:19:17 +0000
committer <changelog@php.net>2002-03-10 01:19:17 +0000
commit61eb6fb4b662aa32cd1155f5e0e53f3ec86c281c (patch)
tree4635944dcec504b04150cbaea0519e81bae374a0 /ChangeLog
parent16d61c974c995eab1e5fea8e622f04f8cd7663f2 (diff)
downloadphp-git-61eb6fb4b662aa32cd1155f5e0e53f3ec86c281c.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd51ae9a6e..dc0114dc14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2002-03-09 Jani Taskinen <sniper@iki.fi>
+
+ * Makefile.in
+ build/rules.mk: - Fixed bug #15748 (fixed otherwise in 4.3.0-dev)
+
+ * ext/domxml/config.m4: MFH fix for bug #15686 and some exslt fix.
+
+ * ext/domxml/config.m4: - Fixed bug: #15686
+
+ * ext/ming/config.m4: MFH fix for #15190
+
+ * ext/ming/config.m4: - Fixed bug: #15190
+
+2002-03-09 Thomas V.V.Cox <cox@idecnet.com>
+
+ * pear/DB/IDEAS: more wishes :-)
+
+2002-03-09 Ludovico Magnocavallo <ludo@sumatrasolutions.com>
+
+ * pear/DB/STATUS: updated status for ibase with working tests
+
+ * pear/DB/tests/ibase/05sequences.phpt: new test, passed
+
+2002-03-09 Sander Roobol <phy@wanadoo.nl>
+
+ * ext/standard/datetime.c:
+ Oops... 1 digit is allowed too! Reverting my fix.
+
+2002-03-09 Stig Bakken <ssb@fast.no>
+
+ * pear/HTML/Form.php: * added addPlain() by Ted Shieh
+
+2002-03-09 Jason Greene <jason@inetgurus.net>
+
+ * ext/sockets/sockets.c: MFH: Recent Bug Fixes
+
+ * ext/sockets/sockets.c: Fix build on win32
+
+ * ext/sockets/sockets.c:
+ Fixed bug where NULL specified in sec was not waiting infinately as it should
+ Fixed bug where socket_select was not producing an error message on error
+ Fixed bug where -1 was getting returned instead of FALSE in socket_recv(),
+ socket_send(), socket_sendto(), and socket_select()
+
+2002-03-09 Jani Taskinen <sniper@iki.fi>
+
+ * main/main.c: MFH
+
+ * ext/ctype/ctype.c: MFH the MacosX compile fix.
+
+ * ext/session/session.c: whitespace..
+
+ * main/main.c:
+ - Commented out the space escaping. Works now as it did before.
+
2002-03-08 Joseph Tate <jtate@mi-corporation.com>
* ext/domxml/php_domxml.c: