#
ffb848b2 |
| 21-Dec-2012 |
Nikita Popov |
Fix bug #63822: Crash when using closures with ArrayAccess op_array->T was used after the closure's op_array was already freed. This just swaps the freeing order. |
#
66b88c92 |
| 20-Dec-2012 |
Pierrick Charron |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #55438 (Curlwapper is not sending http header randomly)
|
#
c46e1cdc |
| 20-Dec-2012 |
Pierrick Charron |
Fixed bug #55438 (Curlwapper is not sending http header randomly) Since curl multi is used, it sometime happen that the resource is freed before the curl multi really execute the query.
Fixed bug #55438 (Curlwapper is not sending http header randomly) Since curl multi is used, it sometime happen that the resource is freed before the curl multi really execute the query. The patch will store the headers slist in the curlstream handle and free it only when the stream will be closed
show more ...
|
#
e01fe531 |
| 19-Dec-2012 |
Johannes Schlüter |
Update release date |
#
19f8bba1 |
| 14-Dec-2012 |
David Soria Parra |
News for PHP 5.5.0 Alphas |
#
36a5eca8 |
| 15-Dec-2012 |
Lars Strojny |
Updating news entry to list new filetypes |
#
c3b48032 |
| 14-Dec-2012 |
Lars Strojny |
News entry for updated mime types |
#
a11606b1 |
| 13-Dec-2012 |
Johannes Schlüter |
Fix Bug #63762 Sigsegv when Exception::$trace is changed by user |
#
35f86d24 |
| 13-Dec-2012 |
Dmitry Stogov |
Fixed bug #63757 (getenv() produces memory leak with CGI SAPI) |
#
2d1694d4 |
| 11-Dec-2012 |
Adam Harvey |
Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers. Fixes bug #63737 (json_decode does not properly decode with options parameter). |
#
ec83534d |
| 11-Dec-2012 |
Adam Harvey |
Tinker with the wording of the MySQL deprecation news post. I know that in general NEWS is a very punchy "this is what happened" log, but Chris e-mailed me off-list to ask if it could be
Tinker with the wording of the MySQL deprecation news post. I know that in general NEWS is a very punchy "this is what happened" log, but Chris e-mailed me off-list to ask if it could be added to avoid any FUD — this merely brings the NEWS post into line with UPGRADING, the migration guide, and every other piece of advice we're giving out. I also forgot to add the RFC URL last night, so added that.
show more ...
|
#
b7091aaf |
| 10-Dec-2012 |
Adam Harvey |
Deprecate ext/mysql. Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database via ext/mysql now generates an E_DEPRECATED error. This commit includes the minima
Deprecate ext/mysql. Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database via ext/mysql now generates an E_DEPRECATED error. This commit includes the minimal EXPECTF updates required for the test suite to pass: it may be preferable to refactor some of the tests to suppress deprecation errors in situations where no other error is expected from mysql_[p]connect(), but I'm not enough of a MySQL expert to want to get my hands that dirty in a long standing test suite.
show more ...
|
#
795e3f1c |
| 10-Dec-2012 |
Johannes Schlüter |
Fix typo |
#
3d86e6d8 |
| 10-Dec-2012 |
Xinchen Hui |
Fixed bug #63726 (Memleak with static properties and internal/user classes) No test scripts provided (will try to find one) |
#
16ec6fa2 |
| 06-Dec-2012 |
Sebastian Bergmann |
Cleanup NEWS |
#
22fe268a |
| 05-Dec-2012 |
Johannes Schlüter |
this will become PHP 5.3.21 |
#
881416cd |
| 05-Dec-2012 |
Dmitry Stogov |
Fixed bug #63680 (Memleak in splfixedarray with cycle reference) |
#
c3b6f6fe |
| 05-Dec-2012 |
Stanislav Malyshev |
5.4.11-dev |
#
d398456e |
| 05-Dec-2012 |
Stanislav Malyshev |
update NEWS |
#
fd650ec9 |
| 05-Dec-2012 |
Stanislav Malyshev |
fix bug #63666 - Poor date() performance |
#
86bf83dc |
| 04-Dec-2012 |
David Soria Parra |
News for enabling systemtap support on linux |
#
7651d645 |
| 04-Dec-2012 |
Dmitry Stogov |
Optimized access to temporary and compiled VM variables |
#
12de2e91 |
| 02-Dec-2012 |
Lars Strojny |
News entry for bug #49341 |
#
7552a7eb |
| 01-Dec-2012 |
Remi Collet |
NEWS |
#
31ab57e0 |
| 01-Dec-2012 |
Remi Collet |
NEWS |