summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2013-03-15 16:59:54 +0100
committerAnatol Belski <ab@php.net>2013-03-15 16:59:54 +0100
commit0ee71557ffd285552659b6aa37ea236e3bad493f (patch)
treec3fb54e689dca69415f486a8b910d69af4771359 /NEWS
parentb7788c52f1e30e425795870e0a1450a620a41f08 (diff)
downloadphp-git-0ee71557ffd285552659b6aa37ea236e3bad493f.tar.gz
Fixed bug #53437 Crash with unserialized DatePeriod instance
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1693268953..9dc334d624 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@ PHP NEWS
. Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc
for stmt->param_bind). (Andrey)
+- DateTime
+ . Fixed bug #53437 (Crash when using unserialized DatePeriod instance).
+ (Gustavo, Derick, Anatol)
+
07 Mar 2013, PHP 5.5.0 Alpha 6
- Core: