summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2008-07-31 21:12:04 +0000
committerJohannes Schlüter <johannes@php.net>2008-07-31 21:12:04 +0000
commit362bd99f583558e27c824ae6f06144e08dde3d52 (patch)
treeb1224964c890e45dd2d5194c586782e10eee61af
parent26dae773cdf3fdd5591a9421fa9043f22d12e533 (diff)
downloadphp-git-362bd99f583558e27c824ae6f06144e08dde3d52.tar.gz
move 'Improved' stuff together and max 80 char width
-rw-r--r--NEWS18
1 files 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 <any>. (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 <solar at openwal dot com>) and extended DES support
+ . add Blowfish (using implementation from Solar Designer <solar at openwal
+ dot com>) 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)