From 362bd99f583558e27c824ae6f06144e08dde3d52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Thu, 31 Jul 2008 21:12:04 +0000 Subject: [PATCH] move 'Improved' stuff together and max 80 char width --- NEWS | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 45411a61a7..f6db7c648a 100644 --- a/NEWS +++ b/NEWS @@ -134,6 +134,12 @@ PHP NEWS common non-text types such as "application/xhtml+xml" to be converted by mb_output_handler(). (Moriyoshi) +- Improved pcntl extension: (Arnaud) + . Added pcntl_signal_dispatch() + . Added pcntl_sigprocmask() + . Added pcntl_sigwaitinfo() + . Added pcntl_sigtimedwait() + - Improved SOAP extension: . Added support for element names in context of XMLShema's . (Dmitry) . Added ability to use Traversable objects instead of plain arrays. @@ -163,9 +169,11 @@ PHP NEWS the same order as vanilla PHP. (Dmitry) - Improved crypt() function (Pierre) - . add Blowfish (using implementation from Solar Designer ) and extended DES support + . add Blowfish (using implementation from Solar Designer ) and extended DES support . Make crypt features portable: - . if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore + . if no crypt_r, php's implemetation is used (all algo and TS), php can't + be used with unsafe crypt anymore . if one algo is missing, php's implemetation is used . Windows always use php's implementation @@ -211,12 +219,6 @@ PHP NEWS DateInterval on each iteration, up to an end date or limited by maximum number of occurences. -- Improved pcntl extension: (Arnaud) - . Added pcntl_signal_dispatch() - . Added pcntl_sigprocmask() - . Added pcntl_sigwaitinfo() - . Added pcntl_sigtimedwait() - - Added array_replace() and array_replace_recursive() functions. (Matt) - Added hash_copy() function. (Tony) - Added sha224 hash algorithm to the hash extension. (Scott) -- 2.40.0