Revision tags: php-5.3.9RC3 |
|
#
4307bd57 |
| 08-Dec-2011 |
Johannes Schlüter |
- 5.3.9RC3 |
#
52169a44 |
| 08-Dec-2011 |
Johannes Schlüter |
- These changes were done after RC2. |
Revision tags: php-5.4.0RC3 |
|
#
8559b095 |
| 08-Dec-2011 |
Stanislav Malyshev |
back to dev |
#
00f2a9b2 |
| 08-Dec-2011 |
Stanislav Malyshev |
5.4.0rc3 |
#
287e1917 |
| 07-Dec-2011 |
Scott MacVicar |
Make sure that we set the strong crypto result to false as well as returning false. |
#
5aa1fb60 |
| 07-Dec-2011 |
Xinchen Hui |
Implemented FR #54514 (Get php binary path during script execution). |
#
9aaec1c6 |
| 06-Dec-2011 |
Derick Rethans |
- Fixed bug number. |
#
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 |