diff options
author | Anatol Belski <ab@php.net> | 2013-03-15 16:59:54 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2013-03-15 16:59:54 +0100 |
commit | 0ee71557ffd285552659b6aa37ea236e3bad493f (patch) | |
tree | c3fb54e689dca69415f486a8b910d69af4771359 /NEWS | |
parent | b7788c52f1e30e425795870e0a1450a620a41f08 (diff) | |
download | php-git-0ee71557ffd285552659b6aa37ea236e3bad493f.tar.gz |
Fixed bug #53437 Crash with unserialized DatePeriod instance
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |