]> granicus.if.org Git - php/commitdiff
Added some things that I forgot to add when I did them.
authorSterling Hughes <sterling@php.net>
Fri, 31 Mar 2000 23:28:38 +0000 (23:28 +0000)
committerSterling Hughes <sterling@php.net>
Fri, 31 Mar 2000 23:28:38 +0000 (23:28 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2dc0dca05d3e04d37daa0f96deb03a00a1679f35..bdf359fa4458b0dd95ac9194cc499f709edca7a0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0 Release
+- Added the localtime function. (Sterling)
+- Added the 'I' format option for the date function, this option will return
+  true or false depending on whether or not daylight savings time is in effect.
+  (Sterling)
+- Added the gmstrftime.(Sterling)
+- snmp_walkoid is now an alias for snmp_realwalk. (Sterling)
 - Fixed a bug that could cause a crash when using 'global' inside large include
   files (Stanislav, Zend Engine)
 - Fixed dynamic loading where extension_dir had no trailing slash (Sascha)