summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2003-05-14 19:03:46 +0000
committerSara Golemon <pollita@php.net>2003-05-14 19:03:46 +0000
commiteeb3bd80eb214b5982a5d39be2c0d410bf7e9754 (patch)
treede6a7795b7a381abb323b28c3baa86359b4c0b3c /NEWS
parent44743cf9ec8be0ddafc93fc40987d2408977a617 (diff)
downloadphp-git-eeb3bd80eb214b5982a5d39be2c0d410bf7e9754.tar.gz
Added unlink() method to wrapper operations, routed userland unlink through wrappers, and implemented plainfiles and ftp unlink methods.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0bb3527dde..0f605ea73c 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,8 @@ PHP NEWS
- Changed array_search() to accept also objects as a needle. (Moriyoshi)
- Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
- Changed uniqid() parameters to be optional and allow any prefix length. (Marcus)
+- Added unlink() method to wrapper operations, routed userland unlink through
+ wrappers, and implemented plainfiles and ftp unlink methods. (Sara)
- Added encoding detection feature for expat XML parser. (Adam Dickmeiss, Moriyoshi)
- Added missing multibyte(unicode) support and numeric entity support to
html_entity_decode(). (Moriyoshi)