diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-12-30 16:46:27 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-12-30 16:46:27 +0000 |
commit | dddc5682db5c874b13df37279444d1141447f9e7 (patch) | |
tree | 8b82defeb2f44e8b22b3811996d42686f6fc706d | |
parent | 8a313d8e77c9fbfa3d4bd95c277cdbedca6d2ee3 (diff) | |
download | php-git-dddc5682db5c874b13df37279444d1141447f9e7.tar.gz |
Fixed typo
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ PHP NEWS - Fixed bug #43128 (Very long class name causes segfault). (Dmitry) - Fixed bug #42952 (soap cache file is created with insecure permissions). (Dmitry) -- Fixed bug #42868 (Floats cast to integer produce unpredicatable results). +- Fixed bug #42868 (Floats cast to integer produce unpredictable results). (Zoe Slattery) - Fixed bug #42848 (Status: header incorrect under FastCGI). (Dmitry) - Fixed bug #42773 (WSDL error causes HTTP 500 Response). (Dmitry) |