summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-06-09 16:38:17 +0000
committerPierre Joye <pajoye@php.net>2009-06-09 16:38:17 +0000
commitefb976cd2c335b05021d58982b3255d94f3294e4 (patch)
tree7d7fe527370e3b7864eae2d8621ab440ddbe4193
parent2276bc5188bee43ede055b16dd371c86b2c3abc5 (diff)
downloadphp-git-efb976cd2c335b05021d58982b3255d94f3294e4.tar.gz
- missing ACL entry
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1f1547c290..869e5c0e2f 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ PHP NEWS
- Added the ability for json_decode() to take a user specified depth. (Scott)
- Added support for the mysql_stmt_next_result() function from libmysql.
(Andrey)
+- Added support for ACL (is_writable, is_readable, reports now correct results)
+ on Windows. (Pierre, Venkat Raman Don, Kanwaljeet Singla)
- Fixed bug #48493 (spl_autoload_register() doesn't work correctly when prepending
functions). (Scott)