summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-04-12 11:21:19 +0200
committerJohannes Schlüter <johannes@php.net>2012-04-12 11:21:19 +0200
commit1b444d85e09d476ac865c7ba6f5eba7a9013e569 (patch)
tree7bddc965f03f46c7cec7ae77837540b86a8f0fd2
parentcf987063765e5bdcf8fb9432ef85cdd1ca8a56d9 (diff)
downloadphp-git-1b444d85e09d476ac865c7ba6f5eba7a9013e569.tar.gz
Update NEWS
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f10b9cf22f..5255db19d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+12 Apr 2012, PHP 5.3.11RC2
+
+- Core:
+ . Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
+ (without apache2)). (Laruence)
+
+- Fileinfo
+ . Upgraded libmagic to 5.11 (Pierre, Anatoliy)
+ . Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a
+ directory descriptor under windows. (Anatoliy)
+ . Fixed bug #61566 failure caused by the posix lseek and read versions
+ under windows in cdf_read(). (Anatoliy)
+
+- pgsql:
+ . Fixed bug #60718 (Compile problem with libpq (PostgreSQL 7.3 or less).
+ (Yasuo Ohgaki)
+
29 Mar 2012, PHP 5.3.11RC1
- Core: