History log of /PHP-5.6/UPGRADING (Results 76 – 100 of 355)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5b8ae014 04-Nov-2013 Remi Collet

NEWS + UPGRADING


# e5e25c43 02-Nov-2013 Rasmus Lerdorf

Fix English here


# 832c8260 30-Oct-2013 Yasuo Ohgaki

Add crypt() change in UPGRADING


# dfe4b15b 24-Oct-2013 Michael Wallner

ldap_escape() notes


# 4417421a 18-Oct-2013 Xinchen Hui

Retruning SUCCESS/FAILURE instead of int


# 872ef919 15-Oct-2013 Andrea Faulds

UPGRADING and NEWS


# 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 ...


Revision tags: php-5.5.4RC1, php-5.4.20RC1
# 04fcf6a9 02-Sep-2013 Gustavo André dos Santos Lopes

Update NEWS/UPGRADING with info about incompat ctx


Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1
# 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


Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2
# 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


12345678910>>...15