summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-06-17 19:40:33 +0000
committerPierre Joye <pajoye@php.net>2009-06-17 19:40:33 +0000
commit27ea6ef77fb00ef3f9e9f9091c71742032a7c18b (patch)
tree3a0a1f71295ef9f8216076fdd8796e81f05e2bb0 /NEWS
parent6086c0866c9bc15a502b0912e8be5978761107ab (diff)
downloadphp-git-27ea6ef77fb00ef3f9e9f9091c71742032a7c18b.tar.gz
- update with latest bits
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1eaa18a0da..564b025c92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,23 @@
-PHP NEWS
+PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2009, PHP 5.3.0 RC 4
- Upgraded bundled sqlite to version 3.6.15. (Scott)
- Added phar.phar generation for Windows. (Greg)
+- Added ACL Cache support on Windows.
+ (Kanwaljeet Singla, Pierre, Venkat Raman Don)
- Fixed bug #48578 (Can't build 5.3 on FBSD 4.11). (Rasmus)
- Fixed bug #48541 (spl_autoload_register only registers first closure, then
leaks the others). (Greg)
- Fixed bug #48533 (__callStatic is not invoked for private/protected methods).
(Felipe)
+- Fixed bug #47318 (UMR when trying to activate user config). (Pierre)
+- Fixed readlink on Windows in thread safe SAPI (apache2.x etc.). (Pierre)
+- Fixed bug #48535 (file_exists returns false when impersonate is used).
+ (Kanwaljeet Singla, Venkat Raman Don)
+- Fixed bug #47767 (include_once does not resolve windows symlinks or junctions)
+ (Kanwaljeet Singla, Venkat Raman Don)
11 Jun 2009, PHP 5.3.0 RC 3
- Upgraded bundled sqlite to version 3.6.14.2. (Scott, Ilia)