We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf98706 commit 1b444d8Copy full SHA for 1b444d8
NEWS
@@ -1,5 +1,22 @@
1
PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
+12 Apr 2012, PHP 5.3.11RC2
4
+
5
+- Core:
6
+ . Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
7
+ (without apache2)). (Laruence)
8
9
+- Fileinfo
10
+ . Upgraded libmagic to 5.11 (Pierre, Anatoliy)
11
+ . Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a
12
+ directory descriptor under windows. (Anatoliy)
13
+ . Fixed bug #61566 failure caused by the posix lseek and read versions
14
+ under windows in cdf_read(). (Anatoliy)
15
16
+- pgsql:
17
+ . Fixed bug #60718 (Compile problem with libpq (PostgreSQL 7.3 or less).
18
+ (Yasuo Ohgaki)
19
20
29 Mar 2012, PHP 5.3.11RC1
21
22
- Core:
0 commit comments