summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2000-09-15 01:09:07 +0000
committer <changelog@php.net>2000-09-15 01:09:07 +0000
commit15adb9bb42078c5fef7f6f94989ebde4259ab386 (patch)
treee53a919a05a64c8a7d9c9182761bf914b1639d10 /ChangeLog
parentd3ca6394ebda0cd60fabd14481f56f4e395cb8c4 (diff)
downloadphp-git-15adb9bb42078c5fef7f6f94989ebde4259ab386.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ebb701841..fa3f5f9baa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2000-09-14 Chris Vandomelen <chrisv@b0rked.dhs.org>
+
+ * ext/sockets/sockets.c: Corrected memory leak in read().
+
+2000-09-14 Andi Gutmans <andi@zend.com>
+
+ * main/fopen-wrappers.c:
+ - Use IS_ABSOLUTE_PATH() so that this will work correctly under Windows
+
+ * main/php_virtual_cwd.c
+ main/php_virtual_cwd.h: - Time to remove these two.
+
+2000-09-14 Andrei Zmievski <andrei@ispi.net>
+
+ * ext/snmp/snmp.c: Fix warnings.
+
+ * ext/pcre/php_pcre.c: Fixed bug #6740.
+ I happen to think that this is php_addslashes() problem, not PCRE's.
+ When 0 is passed for the length of the string to php_addslashes() it
+ assumes that we want to process the whole string and happily runs
+ strlen() on it. That is bad. It should respect the length and return
+ an empty string if it's 0.
+
2000-09-13 Chris Vandomelen <chrisv@b0rked.dhs.org>
* ext/sockets/sockets.c: