#
9ecb67d5 |
| 07-Jun-2012 |
Anatoliy Belsky |
updated NEWS |
#
7cae4ff0 |
| 07-Jun-2012 |
Felipe Pena |
- BFN |
#
fed5923d |
| 07-Jun-2012 |
Pierrick Charron |
Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon) Modify the scanner to check if the first char of the raw data is an opening " in which case w
Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon) Modify the scanner to check if the first char of the raw data is an opening " in which case we need to find the closing one. Otherwise just search for the next end of value char [\r\n;\000]
show more ...
|
#
6af01ed5 |
| 07-Jun-2012 |
David Soria Parra |
NEWS entry for boolval() |
#
e118a079 |
| 07-Jun-2012 |
Stanislav Malyshev |
merge 5.3 entries |
#
db1e425b |
| 07-Jun-2012 |
Stanislav Malyshev |
restore NEWS |
#
238caeb6 |
| 01-Jun-2012 |
Jerome Loyet |
- Fixed bug #62205 (php-fpm segfaults (null passed to strstr)) |
#
38ca8cb7 |
| 01-Jun-2012 |
Jerome Loyet |
- Fixed bug #62205 (php-fpm segfaults (null passed to strstr)) |
#
1f5327a6 |
| 01-Jun-2012 |
Xinchen Hui |
Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant) |
#
5ebb0e52 |
| 31-May-2012 |
Stanislav Malyshev |
sort NEWS |
#
428dddd3 |
| 30-May-2012 |
Johannes Schlüter |
Fix bug #62186 readline fails to compile |
#
692b3bcd |
| 30-May-2012 |
Stanislav Malyshev |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: fix CVE-2012-2143
|
#
aab49e93 |
| 24-May-2012 |
Stanislav Malyshev |
fix CVE-2012-2143 |
#
213119c8 |
| 29-May-2012 |
Stanislav Malyshev |
add CVE |
#
0a90643e |
| 29-May-2012 |
Stanislav Malyshev |
add bug 62146 |
#
4b04bf87 |
| 24-May-2012 |
Stanislav Malyshev |
add bug #62082 |
#
60cca8b9 |
| 26-May-2012 |
Jerome Loyet |
Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests) |
#
e7ff3e83 |
| 26-May-2012 |
Jerome Loyet |
Fixed bug #61218 (FPM drops connection while receiving some binary valuesin FastCGI requests) |
#
decc394a |
| 26-May-2012 |
Jerome Loyet |
- Fixed bug #62160 (Add process.priority to set nice(2) priorities) |
#
f6655b62 |
| 26-May-2012 |
Jerome Loyet |
- Fixed bug #62160 (Add process.priority to set nice(2) priorities) |
#
d90003b5 |
| 25-May-2012 |
Jerome Loyet |
- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors) |
#
a7761262 |
| 25-May-2012 |
Jerome Loyet |
- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors) |
#
c2f33fb1 |
| 25-May-2012 |
Jerome Loyet |
- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start) |
#
bf9120ec |
| 25-May-2012 |
Jerome Loyet |
- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start) |
#
8fc9df3f |
| 24-May-2012 |
Johannes Schlüter |
Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy |