summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorben Wilson <torben@php.net>2000-08-21 19:45:26 +0000
committerTorben Wilson <torben@php.net>2000-08-21 19:45:26 +0000
commitc8443dc1b9ca348ad788f85185bb5c7e4d38931c (patch)
treeccaef8fcb35a422fac930cd2f423cba813902030
parent410ac013e8524f6ee73ae50a257b3e45adbd0bc5 (diff)
downloadphp-git-c8443dc1b9ca348ad788f85185bb5c7e4d38931c.tar.gz
NEWS update for file-function segfault fix.
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0f08a69d81..eb7234f7c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2000, Version 4.0.2
+?? ??? 2000, Version 4.0.2
+- Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when
+ called with negative length argument. (Torben)
- Fix by-reference parameters passing for xml_ functions and for scanf functions (Stas)
- Added experimental Oracle LDAP SDK support. 8.1.6 or later needed. Configure
with something like --with-ldap=/usr/local/oracle/product/8.1.6 (Stig Venaas)