summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-10-09 16:20:46 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-10-09 16:20:46 +0000
commit527c5a612683edbd801c3508be8d888ff874ae7f (patch)
tree5b892b40874464718fae64bdab9415f757b23f12
parente94670d4d6fde6bb34fd4e2ef7b00033d7ac6f31 (diff)
downloadphp-git-527c5a612683edbd801c3508be8d888ff874ae7f.tar.gz
Proper name for credits
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 5be47be961..7d2c60a04f 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ PHP NEWS
05 Oct 2006, PHP 5.2.0RC5
- Updated bundled OpenSSL to version 0.9.8d in the Windows distro. (Edin)
- Updated Postgresql client libraries to 8.1.4 in the Windows distro. (Edin)
-- Speedup array/HashTable copying. (Matt W, Dmitry)
+- Speedup array/HashTable copying. (Matt Wilmas, Dmitry)
- Added ability to make SOAP call userspace PHP<->XML converters. (Dmitry)
- Added support for character sets in pg_escape_string() for PostgreSQL
8.1.4 and higher. (Ilia)
@@ -83,7 +83,7 @@ PHP NEWS
families). (Sara)
- Fixed bug #38661 (mixed-case URL breaks url-wrappers). (Ilia)
- Fixed bug #38464 (array_count_values() mishandles numeric strings).
- (Matthew Wilmas, Ilia)
+ (Matt Wilmas, Ilia)
- Fixed bug #38096 (large timeout values ignored on 32bit machines in
stream_socket_accept() and stream_socket_client()). (Ilia)
- Fixed bug #37923 (Display constant value in reflection::export). (Johannes)
@@ -321,7 +321,7 @@ PHP NEWS
functions. FR #37971 (Tony)
- Added PATHINFO_FILENAME option to pathinfo() to get the filename. (Toby S.
and Christian S.)
-- Added array_fill_keys() function. (Marcus, Matthew Wilmas)
+- Added array_fill_keys() function. (Marcus, Matt Wilmas)
- Added posix_initgroups() function. (Ilia)
- Added an optional parameter to parse_url() to allow retrieval of distinct URL
components. (Ilia)
@@ -469,7 +469,7 @@ PHP NEWS
stream context options). (Mike)
- Fixed bug #34005 (oci_password_change() fails).
(pholdaway at technocom-wireless dot com, Tony)
-- Fixed bug #29538 (number_format and problem with 0). (Matthew Wilmas)
+- Fixed bug #29538 (number_format and problem with 0). (Matt Wilmas)
04 May 2006, PHP 5.1.4
- Added "capture_peer_cert" and "capture_peer_cert_chain" context options