|
1 | 1 | PHP NEWS
|
2 | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
3 |
| -12 Apr 2012, PHP 5.3.11RC2 |
| 3 | +26 Apr 2012, PHP 5.3.11 |
4 | 4 |
|
5 | 5 | - Core:
|
6 | 6 | . Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
|
7 | 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: |
23 | 8 | . Fixed bug #61273 (call_user_func_array with more than 16333 arguments
|
24 | 9 | leaks / crashes). (Laruence)
|
25 | 10 | . Fixed bug #61165 (Segfault - strip_tags()). (Laruence)
|
@@ -66,6 +51,11 @@ PHP NEWS
|
66 | 51 | . Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)
|
67 | 52 |
|
68 | 53 | - Fileinfo
|
| 54 | + . Upgraded libmagic to 5.11 (Pierre, Anatoliy) |
| 55 | + . Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a |
| 56 | + directory descriptor under windows. (Anatoliy) |
| 57 | + . Fixed bug #61566 failure caused by the posix lseek and read versions |
| 58 | + under windows in cdf_read(). (Anatoliy) |
69 | 59 | . Fixed bug #61173 (Unable to detect error from finfo constructor). (Gustavo)
|
70 | 60 |
|
71 | 61 | - Firebird Database extension (ibase):
|
@@ -94,6 +84,10 @@ PHP NEWS
|
94 | 84 | - PDO_Sqlite extension:
|
95 | 85 | . Add createCollation support. (Damien)
|
96 | 86 |
|
| 87 | +- pgsql: |
| 88 | + . Fixed bug #60718 (Compile problem with libpq (PostgreSQL 7.3 or less). |
| 89 | + (Yasuo Ohgaki) |
| 90 | + |
97 | 91 | - Phar:
|
98 | 92 | . Fixed bug #61184 (Phar::webPhar() generates headers with trailing NUL
|
99 | 93 | bytes). (Nikic)
|
|
0 commit comments