History log of /php-src/NEWS (Results 8126 – 8150 of 15472)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f3bf887e 12-Jul-2014 Daniel Lowrey

Bug #67609: TLS connections fail behind HTTP proxy

# b3948b1d 12-Jul-2014 Tjerk Meesters

Updated NEWS for #67594

# 7a532377 12-Jul-2014 Tjerk Meesters

Updated NEWS for #67594

# c3f5e2a1 12-Jul-2014 Tjerk Meesters

Updated NEWS for 34407

# 377750cd 12-Jul-2014 Tjerk Meesters

Updated NEWS for 34407

# f25ff02b 12-Jul-2014 Tjerk Meesters

Updated NEWS for 34407

# b93ea596 09-Jul-2014 Stanislav Malyshev

5.4.31

# 0ba74fcc 08-Jul-2014 Stanislav Malyshev

update NEWS

# 02111855 08-Jul-2014 Julien Pauli

5.5.16 now

# 5312c39c 08-Jul-2014 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fix bug #67587: Redirection loop on nginx with FPM


# 0bf50a83 08-Jul-2014 Christian Weiske

Fix bug #67587: Redirection loop on nginx with FPM

Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:

set $path_i

Fix bug #67587: Redirection loop on nginx with FPM

Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:

set $path_info $fastcgi_path_info;
fastcgi_param PATH_INFO $path_info;

show more ...

# 0d80e6cb 08-Jul-2014 Anatol Belski

updated NEWS

# 857cd18c 08-Jul-2014 Anatol Belski

updated NEWS

# d472434e 08-Jul-2014 Anatol Belski

updated NEWS

# 208ae549 08-Jul-2014 Remi Collet

NEWS

# 7b6757d9 08-Jul-2014 Remi Collet

NEWS

# 49403490 08-Jul-2014 Remi Collet

NEWS

# 70e9d3e2 07-Jul-2014 Adam Harvey

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed bug #66830 (Empty header causes PHP built-in web server to hang).


# 1939b34c 07-Jul-2014 Adam Harvey

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fixed bug #66830 (Empty header causes PHP built-in web server to hang).


# 604de67b 07-Jul-2014 Adam Harvey

Fixed bug #66830 (Empty header causes PHP built-in web server to hang).

We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when a

Fixed bug #66830 (Empty header causes PHP built-in web server to hang).

We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when an empty header was hit, continue would go to
the next iteration of the loop without updating h to be the next value in the
linked list. Updating it to always increment regardless of whether the header
is actually valid or not fixes the issue.

show more ...

# 04a227dd 07-Jul-2014 Stanislav Malyshev

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone
fix format


# 8ba240a7 07-Jul-2014 Stanislav Malyshev

Fix bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone

# 897b7b68 07-Jul-2014 Stanislav Malyshev

fix format

# effb2b7a 07-Jul-2014 Stanislav Malyshev

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)
Make sure the generator script also creates a newline at the en

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)
Make sure the generator script also creates a newline at the end of file
Add newline at end of file to prevent compilation warning

show more ...


# 8ddf9a2d 07-Jul-2014 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)


1...<<321322323324325326327328329330>>...619