|
1 | 1 | PHP NEWS
|
2 | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
3 |
| -?? ??? 2012, PHP 5.3.15 |
4 |
| -- Zend Engine: |
5 |
| - . Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that |
6 |
| - includes a semi-colon). (Pierrick) |
7 |
| - |
8 |
| -- COM: |
9 |
| - . Fixed bug #62146 com_dotnet cannot be built shared. (Johannes) |
10 |
| - |
11 |
| -- Core: |
12 |
| - . Fixed potential overflow in _php_stream_scandir. (Jason Powell, |
13 |
| - Stas) |
14 |
| - . Fixed bug #62432 (ReflectionMethod random corrupt memory on high |
15 |
| - concurrent). (Johannes) |
16 |
| - . Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed |
17 |
| - Salt). (Anthony Ferrara) |
18 |
| - |
19 |
| -- Fileinfo: |
20 |
| - . Fixed magic file regex support. (Felipe) |
21 |
| - |
22 |
| -- FPM: |
23 |
| - . Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat) |
24 |
| - . Fixed bug #61835 (php-fpm is not allowed to run as root). (fat) |
25 |
| - . Fixed bug #61295 (php-fpm should not fail with commented 'user' |
26 |
| - for non-root start). (fat) |
27 |
| - . Fixed bug #61026 (FPM pools can listen on the same address). (fat) |
28 |
| - . Fixed bug #62033 (php-fpm exits with status 0 on some failures to start). |
29 |
| - (fat) |
30 |
| - . Fixed bug #62153 (when using unix sockets, multiples FPM instances |
31 |
| - can be launched without errors). (fat) |
32 |
| - . Fixed bug #62160 (Add process.priority to set nice(2) priorities). (fat) |
33 |
| - . Fixed bug #61218 (FPM drops connection while receiving some binary values |
34 |
| - in FastCGI requests). (fat) |
35 |
| - . Fixed bug #62205 (php-fpm segfaults (null passed to strstr)). (fat) |
| 3 | +?? ??? 2012, PHP 5.3.16 |
36 | 4 |
|
37 |
| -- Intl: |
38 |
| - . Fixed bug #62083 (grapheme_extract() memory leaks). (Gustavo) |
39 |
| - . Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called |
40 |
| - twice). (Gustavo) |
41 |
| - . Fixed bug #62070 (Collator::getSortKey() returns garbage). (Gustavo) |
42 |
| - . Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks |
43 |
| - pattern). (Gustavo) |
44 |
| - . Fixed bug #60785 (memory leak in IntlDateFormatter constructor). (Gustavo) |
45 |
| - |
46 |
| -- JSON: |
47 |
| - . Improved error handling. (Nikita Popov) |
48 |
| - |
49 |
| -- Phar: |
50 |
| - . Fixed bug #62227 (Invalid phar stream path causes crash). (Felipe) |
51 |
| - |
52 |
| -- Reflection: |
53 |
| - . Fixed bug #62384 (Attempting to invoke a Closure more than once causes |
54 |
| - segfault). (Felipe) |
55 |
| - . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks |
56 |
| - with constant). (Laruence) |
57 |
| - |
58 |
| -- SPL: |
59 |
| - . Fixed bug #62262 (RecursiveArrayIterator does not implement Countable). |
60 |
| - (Nikita Popov) |
61 |
| - |
62 |
| -- XML Writer: |
63 |
| - . Fixed bug #62064 (memory leak in the XML Writer module). |
64 |
| - (jean-pierre dot lozi at lip6 dot fr) |
65 |
| -- Zip: |
66 |
| - . Upgraded libzip to 0.10.1 (Anatoliy) |
| 5 | +?? ??? 2012, PHP 5.3.15 |
| 6 | + (NEWS will be merged after release by johannes. Formerging changes to the |
| 7 | + PHP-5.3.15 release branch talk to johannes) |
67 | 8 |
|
68 | 9 | 14 Jun 2012, PHP 5.3.14
|
69 | 10 |
|
|
0 commit comments