diff options
author | <changelog@php.net> | 2003-02-19 01:32:20 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-02-19 01:32:20 +0000 |
commit | 6119fef3a32f12ea413e5acc04fb4c86f9be1a6a (patch) | |
tree | 3aa63bd35dbf08e258ba938ff37ec5288ed60fce | |
parent | b66dd24323c7666e7787ace114a9d5508b9c4a97 (diff) | |
download | php-git-6119fef3a32f12ea413e5acc04fb4c86f9be1a6a.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 5.0.0 +- Added new parameter to sha1() and md5() which return the digest as + binary data. (Michael Bretterklieber <mbretter@jawa.at>, Derick) - Added proc_nice() function, which allows changing priority of the current process. (Ilia) - Added pcntl_getpriority() and pcntl_setpriority() functions, which can be |