summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-12-21 13:31:57 +0000
committerDerick Rethans <derick@php.net>2001-12-21 13:31:57 +0000
commit05fc73701fef132c5d9602d3f240ee938d2a32f8 (patch)
tree3be383edcf6e042059939b6325a315cbe5310d4c
parente28724787b395313cf67640a2221e984308ca4e7 (diff)
downloadphp-git-05fc73701fef132c5d9602d3f240ee938d2a32f8.tar.gz
- More cleanup
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8d1620e9dc..dc1edb388c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,9 @@ PHP 4 NEWS
- Fixed problem with dbase not returning very large (larger than long)
integers properly. (Vlad)
- Fixed several bugs and memleaks in the domxml extension. (Markus)
-- Fixed Bug #9878. Patch by bfoddy@mediaone.net. (jmoore)
-- Fixed bug #13885 (gmdate() timezone handling on windows). (jmoore)
+- Fixed bug in gmmktime() which was one hour off during standard time -
+ bug #9878. Patch by bfoddy@mediaone.net. (jmoore)
+- Fixed bug in gmdate() timezone handling on Windows - bug #13885. (jmoore)
- Fixed several crash bugs in the mcrypt extension. (Derick)
- Made the mcrypt extension compile with the libmcrypt 2.2 series again.
(Sterling)