#
1815942f |
| 09-Oct-2013 |
Michael Wallner |
Thanks Daniel, I didn't think long enough
|
#
cf6413ae |
| 08-Oct-2013 |
Michael Wallner |
openssl NEWS,UPGRADING
|
#
099b2956 |
| 03-Oct-2013 |
Michael Wallner |
add NEWS and UPGRADING about gost-crypto
|
#
c7b1d76e |
| 03-Oct-2013 |
Michael Wallner |
fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency
|
#
0d7a6388 |
| 26-Sep-2013 |
Nikita Popov |
Implement variadic function syntax As per RFC: https://wiki.php.net/rfc/variadics
|
#
8d087dc0 |
| 23-Sep-2013 |
Adam Harvey |
Fix typo: HTTP_ROW_POST_DATA → HTTP_RAW_POST_DATA. Fixes bug #65745 (Typo in commit 4a3936ef4abdeb72c7d323fe4b6a65e1ae0ef181).
|
#
4a3936ef |
| 17-Sep-2013 |
Michael Wallner |
NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream
|
#
8983a38d |
| 11-Sep-2013 |
Adam Harvey |
Request non-keep-alive connections by default in HTTP 1.1 requests. As noted in FR #65634, at present we don't send a Connection request header when the protocol version is set to 1.1, w
Request non-keep-alive connections by default in HTTP 1.1 requests. As noted in FR #65634, at present we don't send a Connection request header when the protocol version is set to 1.1, which means that RFC-compliant Web servers should respond with keep-alive connections. Since there's no way of reusing the HTTP connection at present, this simply means that PHP will appear to hang until the remote server hits its connection timeout, which may be quite some time. This commit sends a "Connection: close" header by default when HTTP 1.1 (or later) is requested by the user via the context options. It can be overridden by specifying a Connection header in the context options. It isn't possible to disable sending of the Connection header, but given "Connection: keep-alive" is the same as the default HTTP 1.1 behaviour, I don't see this as a significant issue — users who want to opt in for that still can. As a note, although I've removed an efree(protocol_version), this doesn't result in a memory leak: protocol_version is freed in the out: block at the end of the function anyway, and there are no returns between the removed efree() and the later call. Yes, I ran the tests with valgrind to check that. ☺ Implements FR #65634 (HTTP wrapper is very slow with protocol_version 1.1).
show more ...
|
#
04fcf6a9 |
| 02-Sep-2013 |
Gustavo André dos Santos Lopes |
Update NEWS/UPGRADING with info about incompat ctx
|
#
2139d270 |
| 13-Sep-2012 |
Joey Smith |
Expose fputcsv's escape_char to userland Allows users to assert that something other than the backslash should be considered an escape char; also follows the RFC 4180 recommendation
Expose fputcsv's escape_char to userland Allows users to assert that something other than the backslash should be considered an escape char; also follows the RFC 4180 recommendation that fields containing a " be enclosed.
show more ...
|
#
867b6c05 |
| 09-Aug-2013 |
Michael Wallner |
add upgrading notes about bison and 2Guploads
|
#
e59143e8 |
| 05-Aug-2013 |
Stanislav Malyshev |
add news about session fix
|
#
169b78eb |
| 05-Aug-2013 |
Stanislav Malyshev |
add news about session fix
|
#
fe98ffc2 |
| 25-Jul-2013 |
Christopher Jones |
Update UPGRADING and make typo fixes to OCI8 package.xml
|
#
83ced912 |
| 22-Jul-2013 |
Stanislav Malyshev |
Fix bug #61697 - spl_autoload_functions returns lambda functions incorrectly
|
#
5027fa79 |
| 21-May-2012 |
Joshua Thijssen |
Added recursivetreeiterator::setPostfix() method
|
#
e7a00a25 |
| 15-Jul-2013 |
Veres Lajos |
add a few comment
|
#
bf8ed470 |
| 01-Jul-2013 |
Christopher Jones |
Add a few links
|
#
103cf4c0 |
| 28-Jun-2013 |
Stanislav Malyshev |
add fix for #60560 into upgrading
|
#
0093980f |
| 25-Jun-2013 |
Christopher Jones |
Some tidy-ups: Don't mention Logo GUIDs in three places; mention password_hash functionality; add some doc URLs for new features; grammar & typos; formatting changes.
|
#
0a6ec7a2 |
| 19-Jun-2013 |
Pierre Joye |
add notes about opcache windows issue and migration from APC
|
#
ca660c2f |
| 17-Jun-2013 |
Nikita Popov |
Update NEWS, UPGRADING and UPGRADING.INTERNALS
|
#
ed9a9b61 |
| 21-May-2013 |
Remi Collet |
UPGRADING
|
#
ce88a811 |
| 05-Apr-2013 |
Xinchen Hui |
Contant has been renamed
|
#
f5f3ab1b |
| 03-Apr-2013 |
Xinchen Hui |
format
|