diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-12-22 15:21:34 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-12-22 15:21:34 +0000 |
commit | 7772e33ace1d23da04e98082e8b9d51d5f3080a2 (patch) | |
tree | 974ca374f611ba3b6dec240f34abff9c927bd700 /NEWS | |
parent | a7faaa1b144fe1aa0fb349f184dc5532b87e5d6a (diff) | |
download | php-git-7772e33ace1d23da04e98082e8b9d51d5f3080a2.tar.gz |
Small optimization of the date() function
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Dec 2006, PHP 5.2.1RC2 +- Small optimization of the date() function (Matt,Ilia) - Removed dependency from SHELL32.DLL. (Dmitry) - Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection. (Dmitry) |