#
877a6f92 |
| 14-Sep-2010 |
Adam Harvey |
Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)). Patch by Gustavo. |
#
992991fe |
| 14-Sep-2010 |
Pierre Joye |
- fix #48831 php -i has different output to php --ini |
#
4119b09a |
| 13-Sep-2010 |
Kalle Sommer Nielsen |
Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_name before calling it) |
#
6ca2ea71 |
| 10-Sep-2010 |
Felipe Pena |
- Fixed bug #49215 (make fails on glob_wrapper) |
#
77d307cc |
| 10-Sep-2010 |
Pierre Joye |
- open_basedir symlink support for Windows |
#
2b043648 |
| 10-Sep-2010 |
Pierre Joye |
- Implement bug #51804, splFileInfo::getLinkTarget() on Windows |
#
97f6da74 |
| 09-Sep-2010 |
Adam Harvey |
Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original patch by gpap at internet dot gr. |
#
bcea4e69 |
| 09-Sep-2010 |
Adam Harvey |
Fix bug #52786 (PHP should reset section to [PHP] after ini sections). Patch by Fedora at famillecollet dot com. |
#
7a2c4afa |
| 09-Sep-2010 |
Adam Harvey |
Fix bug ordering in NEWS. |
#
266ff49a |
| 08-Sep-2010 |
Pierre Joye |
- Fix #50524, proc_open should respect cwd as it does on other platforms |
#
c725c054 |
| 07-Sep-2010 |
Jérôme Loyet |
- Fixed bug #52498 (libevent was not only linked to php-fpm) |
#
f696aece |
| 07-Sep-2010 |
Pierre Joye |
- fix bug #50953, socket will not connect to IPv4 address when the host has both ipv4 and ipv6 addresses |
#
c286d482 |
| 06-Sep-2010 |
Pierre Joye |
- links related fixes |
#
80ddb8d9 |
| 06-Sep-2010 |
Pierre Joye |
- fix bug #52260, catch all DNS not found error |
#
a54ac713 |
| 01-Sep-2010 |
Stanislav Malyshev |
Fix bug #50590 - IntlDateFormatter::parse result is limited to the integer range |
#
6b2b7046 |
| 01-Sep-2010 |
Jérôme Loyet |
- Fixed bug #52725 (gcc builtin atomic functions were sometimes used when they were not available). |
#
0605d5f3 |
| 31-Aug-2010 |
Jérôme Loyet |
- Changed listen.backlog in the FPM configuration file to default to 128 instead of -1 (except on FreeBSD and OpenBSD). This is the same value as the one used in the cgi sapi. This patch
- Changed listen.backlog in the FPM configuration file to default to 128 instead of -1 (except on FreeBSD and OpenBSD). This is the same value as the one used in the cgi sapi. This patch completes revision 302725.
show more ...
|
#
bf28d740 |
| 31-Aug-2010 |
Jérôme Loyet |
- Changed listen.backlog in the FPM configuration file to default to 128 instead of -1 (except on FreeBSD and OpenBSD). This is the same value as the one used in the cgi sapi. This patch
- Changed listen.backlog in the FPM configuration file to default to 128 instead of -1 (except on FreeBSD and OpenBSD). This is the same value as the one used in the cgi sapi. This patch completes revision 302725.
show more ...
|
#
77d65090 |
| 30-Aug-2010 |
Andrey Hristov |
here comes the news |
#
bb8ec8d6 |
| 30-Aug-2010 |
Derick Rethans |
- Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick) |
#
aa82af78 |
| 30-Aug-2010 |
Derick Rethans |
- Fixed bug #52454 (Relative dates and getTimestamp increments by one day) |
#
bd184cc5 |
| 30-Aug-2010 |
Derick Rethans |
- Fixed bug #52668 (Iterating over a dateperiod twice is broken). |
#
a95dd977 |
| 27-Aug-2010 |
Dmitry Stogov |
Added apache compatible functions (apache_child_terminate, getallheaders, apache_request_headers, apache_response_headers) to FastCGI SAPI |
#
f33837ff |
| 27-Aug-2010 |
Adam Harvey |
Implemented request #34857 (Change array_combine behaviour when called with empty arrays). Patch by Joel Perras <joel.perras@gmail.com>. |
#
a5e51eff |
| 26-Aug-2010 |
Pierre Joye |
- Symlink resolution fails when target is a DFS path |