From: Sterling Hughes Date: Fri, 31 Mar 2000 23:28:38 +0000 (+0000) Subject: Added some things that I forgot to add when I did them. X-Git-Tag: php-4.0RC2~540 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb224c78504ff02ae5ff306c50e0e9736a3472aa;p=php Added some things that I forgot to add when I did them. --- diff --git a/NEWS b/NEWS index 2dc0dca05d..bdf359fa44 100644 --- 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)