summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-12-22 15:21:34 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-12-22 15:21:34 +0000
commit7772e33ace1d23da04e98082e8b9d51d5f3080a2 (patch)
tree974ca374f611ba3b6dec240f34abff9c927bd700 /NEWS
parenta7faaa1b144fe1aa0fb349f184dc5532b87e5d6a (diff)
downloadphp-git-7772e33ace1d23da04e98082e8b9d51d5f3080a2.tar.gz
Small optimization of the date() function
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 538ad3226f..ba989b71ae 100644
--- a/NEWS
+++ b/NEWS
@@ -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)