summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-03-31 23:26:12 +0000
committerfoobar <sniper@php.net>2003-03-31 23:26:12 +0000
commite00c10fe74956372a2dd10a617d6b7ed5512ee5d (patch)
treedea424ddacacf11de0eca86cb735d04ce07fef59
parent8d2dd87d8909f35c4053c11b260b8282a4a34e3a (diff)
downloadphp-git-e00c10fe74956372a2dd10a617d6b7ed5512ee5d.tar.gz
Householding..
-rw-r--r--NEWS9
1 files changed, 4 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index cf41a3b635..1d709caee9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 200?, Version 5.0.0
-- Added optional parameter to openssl_sign() to specify the hashing
- algorithm to use. (scott@planetscott.ca, Derick)
- Moved extensions to PECL (http://pear.php.net/): (James, Tal)
. ext/fribidi
-- Fixed bug #22386 (Using browscap causes segfault). This fix
- also adds an optional bool argument to get_browser() that
- makes the return value an array instead of an object. (jay)
+- Fixed bug #22386 (Using browscap causes segfault). (Jay)
- Fixed bug #22895 (PHP cli outputs errors in text AND html). (Marcus)
- Fixed bug #22059 (ftp_chdir causes segfault). (Sara)
- Fixed bug #21985 and #22064 (various mb_send_mail() issues). (Moriyoshi)
@@ -24,6 +20,9 @@ PHP NEWS
- Changed array_search() to accept also objects as a needle. (Moriyoshi)
- Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
- Changed uniqid() parameters to be optional and allow any prefix length. (Marcus)
+- Added optional parameter to get_browser() to make it return an array. (Jay)
+- Added optional parameter to openssl_sign() to specify the hashing algorithm.
+ (scott@planetscott.ca, Derick)
- Added file_set_contents() function. (Sterling)
- Added "mail_force_extra_paramaters" php.ini option which forces the addition
of the specified parameters to be passed as extra parameters to the sendmail