History log of /php-src/NEWS (Results 9226 – 9250 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c05ee74e 09-Jan-2013 Xinchen Hui

Fixed bug #63943 (Bad warning text from strpos() on empty needle)

# 6e684e6a 08-Jan-2013 Adam Harvey

Add NEWS for the previously cherry picked commit.

# 4a68c465 07-Jan-2013 Andrey Hristov

Merge branch 'PHP-5.5'

Conflicts:
NEWS


# cde53e7f 07-Jan-2013 Andrey Hristov

fix different values of mysqli_stmt_affected_rows between libmysql
and mysqlnd (in favor of libmysql) before execute and after prepare()

# 67c662a0 06-Jan-2013 Derick Rethans

Update news with new bug fix.

# a951693c 06-Jan-2013 Lars Strojny

News entry for bug #52126

# ec2fff80 06-Jan-2013 Lars Strojny

Bug #23955: allow specifiy max age for setcookie()

# 67557fcf 06-Jan-2013 Lars Strojny

Bug #63699: performance improvements for varios ext/date functions

# 2feea39a 04-Jan-2013 Xinchen Hui

Update NEWS

# c3e6de22 04-Jan-2013 Xinchen Hui

Fixed bug #63899 (Use after scope error in zend_compile)

# 5894aa09 04-Jan-2013 Stanislav Malyshev

5.4.12-dev

# 712710bf 03-Jan-2013 Johannes Schlüter

This will be PHP 5.3.22

# 7ed2fdbf 02-Jan-2013 Stanislav Malyshev

add bug #63762

# 86c46b96 02-Jan-2013 Stanislav Malyshev

add fix #43177

# dd288f93 31-Dec-2012 Stanislav Malyshev

fix NEWS

# 8228597e 30-Dec-2012 Pierrick Charron

Fixed bug #63874 (Segfaul if php_strip_whitespace has heredoc)

T_END_HEREDOC don't carry a token value anymore since commit 4cf90e06c
Bugfix by Nikita for bug #60097

# ee258fe8 29-Dec-2012 Lars Strojny

News entry for +0/-0 filter fix

# 722b8fb8 28-Dec-2012 Pierrick Charron

Add new curl options

Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
CURLOPT_TCP_KEEPID

Add new curl options

Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL.

show more ...

# ac3d227e 27-Dec-2012 Pierrick Charron

Fixed #63859 Memory leak when reusing curl-handle

When CURLOPT_POSTFIELDS is called more than once on the same
curl handle, php/curl did not free the memory of the previous
post data

Fixed #63859 Memory leak when reusing curl-handle

When CURLOPT_POSTFIELDS is called more than once on the same
curl handle, php/curl did not free the memory of the previous
post data. This commit will fix the problem unless the curl
handle was previously duplicated using the curl_copy_handle()
function in which case we can not know if the post data is
still in use or not by any curl handle

show more ...

# be7b0bc3 17-Dec-2012 Nikita Popov

Implement Generator::throw() method

Generator::throw($exception) throws an exception into the generator. The
exception is thrown at the current point of suspension within the generator.

Implement Generator::throw() method

Generator::throw($exception) throws an exception into the generator. The
exception is thrown at the current point of suspension within the generator.
It basically behaves as if the current yield statement were replaced with
a throw statement and the generator subsequently resumed.

show more ...

# 24f1ef1b 23-Dec-2012 Pierrick Charron

Update NEWS

# 3f0dcc08 23-Dec-2012 Pierrick Charron

Update NEWS file

# a2b6d9c1 23-Dec-2012 Pierrick Charron

Fixed segfault due to libcurl connection caching

Libcurl is doing connection caching. When easy handle is cleaned up,
if the handle was previously used by the curl_multi_api, the connect

Fixed segfault due to libcurl connection caching

Libcurl is doing connection caching. When easy handle is cleaned up,
if the handle was previously used by the curl_multi_api, the connection
remains open un the curl multi handle is cleaned up. Some protocols are
sending content like the FTP one, and libcurl try to use the
WRITEFUNCTION or the HEADERFUNCTION. Since structures used in those
callback are freed, we need to use an other callback to which avoid
segfaults.

Libcurl commit d021f2e8a00 fix this issue and should be part of 7.28.2

show more ...

# 5499c7d2 22-Dec-2012 Pierrick Charron

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Update NEWS file
Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers)
CURL >= 7.28.0 no longer

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Update NEWS file
Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers)
CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)

Conflicts:
ext/curl/interface.c
ext/curl/tests/bug63363.phpt

show more ...


# 1c553eba 22-Dec-2012 Pierrick Charron

Update NEWS file

1...<<361362363364365366367368369370>>...619