#
5b2ce47f |
| 06-Dec-2011 |
Derick Rethans |
- Fixed bug #53502 (strtotime with timezone memory leak). - Fixed bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp). - Fixed bug #51994 (date_parse_fr
- Fixed bug #53502 (strtotime with timezone memory leak). - Fixed bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp). - Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format). - Fixed bug #51223 (Seg fault while creating (by unserialization) DatePeriod).
show more ...
|
#
8222ae73 |
| 04-Dec-2011 |
Ilia Alshanetsky |
Fixed Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized domain name addresses containing >1 -). |
#
10934677 |
| 04-Dec-2011 |
Pierrick Charron |
Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION |
#
191835fd |
| 04-Dec-2011 |
Pierrick Charron |
Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION |
#
d8ca919d |
| 02-Dec-2011 |
Michael Wallner |
Fixed bug #60240 (invalid read/writes when unserializing specially crafted strings) |
#
a89f1d3c |
| 30-Nov-2011 |
Felipe Pena |
- Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e) patch by: php at mickweiss dot com |
#
8171c1ee |
| 29-Nov-2011 |
Christopher Jones |
Move entries that occurred after 5.4.0RC2 was branched (thanks salathe) |
#
d1432d43 |
| 28-Nov-2011 |
Dmitry Stogov |
Fixed bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault) |
#
92e9a0bd |
| 26-Nov-2011 |
Derick Rethans |
- Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D"). |
#
8c66fc39 |
| 25-Nov-2011 |
Pierre Joye |
- FR #60390 |
#
1324d5d9 |
| 25-Nov-2011 |
Derick Rethans |
- Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit years). |
#
45ae82d3 |
| 25-Nov-2011 |
Derick Rethans |
- Fixed bug #60373 (Startup errors with log_errors on cause segfault). |
#
5c793c54 |
| 25-Nov-2011 |
Yasuo Ohgaki |
add pgsql new functions |
#
5fa1cfbb |
| 24-Nov-2011 |
Gustavo André dos Santos Lopes |
- Support for UTS #46. |
#
7411ae09 |
| 24-Nov-2011 |
Derick Rethans |
- Fixed bug #60236 (TLA timezone dates are not converted properly from timestamp). - Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2).
- Fixed bug #60236 (TLA timezone dates are not converted properly from timestamp). - Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2). And fixed some test cases.
show more ...
|
#
fb573462 |
| 24-Nov-2011 |
Johannes Schlüter |
- Back to -dev |
Revision tags: php-5.3.9RC2 |
|
#
e9087c9d |
| 24-Nov-2011 |
Johannes Schlüter |
- PHP 5.3.9RC2 |
#
70136445 |
| 24-Nov-2011 |
Pierrick Charron |
Revert commit r319729 until I have a clean version for non-ZTS |
#
3db55c82 |
| 24-Nov-2011 |
Xinchen Hui |
Fixed bug #60367 (Reflection and Late Static Binding) |
#
fe96e8e6 |
| 24-Nov-2011 |
Xinchen Hui |
Fixed bug #60367 (Reflection and Late Static Binding) |
Revision tags: php-5.4.0RC2 |
|
#
c05614fb |
| 24-Nov-2011 |
Stanislav Malyshev |
back to dev |
#
953016b6 |
| 24-Nov-2011 |
Stanislav Malyshev |
5.4.0RC2 |
#
da279710 |
| 23-Nov-2011 |
Pierrick Charron |
Implemented FR #55540, added functions curl_share_init(), curl_share_setopt() and curl_share_close(). |
#
48a5ab0e |
| 23-Nov-2011 |
Dmitry Stogov |
Fixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content at the end of the doc, when server uses chunked transfer encoding with spaces after chunk size) |
#
bafdf845 |
| 23-Nov-2011 |
Pierrick Charron |
Fixed bug #54995 |