summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2006-10-05 11:17:56 +0000
committerEdin Kadribasic <edink@php.net>2006-10-05 11:17:56 +0000
commite09a5c29727ba5a0c49b356631d0caf131d6793d (patch)
treeb2a55bf3e5f3b67703f12bac79119deeac833213
parenta290cef01c590636e9ce386417e14a41b62fd521 (diff)
downloadphp-git-e09a5c29727ba5a0c49b356631d0caf131d6793d.tar.gz
Library updates
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 63b560d759..31022bf41b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Sep 2006, PHP 5.2.0
+- 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)
- Added ability to make SOAP call userspace PHP<->XML converters. (Dmitry)
- Added support for character sets in pg_escape_string() for PostgreSQL