From: Pierre Joye Date: Tue, 9 Jun 2009 16:38:17 +0000 (+0000) Subject: - missing ACL entry X-Git-Tag: php-5.3.0RC3~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efb976cd2c335b05021d58982b3255d94f3294e4;p=php - missing ACL entry --- 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)