summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2005-08-06 23:30:49 +0000
committerEdin Kadribasic <edink@php.net>2005-08-06 23:30:49 +0000
commit017df4e7903727431b2c981f882700cfc6134829 (patch)
treea5b72af878004ed12d5f5e2b395ff63072c95138
parentb80eaf172173c3d353117b3276eaa583c6f77680 (diff)
downloadphp-git-017df4e7903727431b2c981f882700cfc6134829.tar.gz
Mention new library bundle on windows
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a04983887e..8997113eb9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2005, PHP 5.1
+- Updated bundled libraries in Windows distribution. (Edin)
+ . zlib 1.2.3
+ . curl 7.14.0
+ . openssl 0.9.8
+ . ming 0.3b
+ . libpq (PostgreSQL) 8.0.1
- Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems.
(Andrey)
- Fixed bug #33999 (object remains object when cast to int). (Dmitry)