diff options
author | Felipe Pena <felipe@php.net> | 2011-06-24 00:53:52 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2011-06-24 00:53:52 +0000 |
commit | 6c07bc80046ae0fac32f41e6f3052f52a86ec057 (patch) | |
tree | 0972d18fdf473c7733509403b6d401c008024748 | |
parent | 08ddf683fc5d4d6e10590e93a766ce31d45ab7ed (diff) | |
download | php-git-6c07bc80046ae0fac32f41e6f3052f52a86ec057.tar.gz |
- BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2011, PHP 5.3.7 +- Core: + . Fixed crash in error_log(). (Felipe) Reported by Mateusz Kocielski. - DateTime extension: . Fixed bug where the DateTime object got changed while using date_diff(). |