diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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: |