summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5f29170fb..6a14d15e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+28 Mar 2013, PHP 5.5.0 Beta 2
+
+- Core:
+ . Fixed bug #64515 (Memoryleak when using the same variablename 2times in
+ function declaration). (Laruence)
+ . Fixed bug #64503 (Compilation fails with error: conflicting types for
+ 'zendparse'). (Laruence)
+ . Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
+ (Dmitry, Laruence)
+
+- Opcache:
+ . Fixed bug # 64490 (struct flock undefined on FreeBSD). (Joe Watkins)
+
21 Mar 2013, PHP 5.5.0 Beta 1
- Core: