#
e427e312 |
| 21-Dec-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53588 (SplMinHeap bad sorting with custom compare function). |
#
3ce18aa8 |
| 20-Dec-2010 |
Hannes Magnusson |
Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams) Also added the filename being access to the stream_get_meta_data() array |
#
f13d9c0e |
| 19-Dec-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to segfault). |
#
671ac356 |
| 18-Dec-2010 |
Felipe Pena |
- Cosmetics again |
#
b0fa53ad |
| 18-Dec-2010 |
Felipe Pena |
- Cosmetics |
#
1be3dc76 |
| 18-Dec-2010 |
Pierre Joye |
- NEWS update and test related to the NULL poisoning recent fixes |
#
e77d3268 |
| 18-Dec-2010 |
Jérôme Loyet |
- Fixed bug #53527 (php-fpm --test doesn't set a valuable return value). |
#
2070f153 |
| 17-Dec-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #53568 (swapped memset arguments in struct initialization). |
#
17b83360 |
| 16-Dec-2010 |
Andrey Hristov |
fix a small bug about affected_rows in the text protocol |
#
1cf5713d |
| 15-Dec-2010 |
Derick Rethans |
- Fixed a bug in DateTime->modify() where absolute date/time statements had no effect. |
Revision tags: php-5.2.16 |
|
#
c946ff2f |
| 14-Dec-2010 |
Ilia Alshanetsky |
Fixed bug #53541 (format string bug in ext/phar). |
#
8afdb7cd |
| 13-Dec-2010 |
Ilia Alshanetsky |
Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting) |
#
5a628829 |
| 13-Dec-2010 |
Kalle Sommer Nielsen |
Revert fix for bug #53493 to be compliant with the XML specification |
#
a990ce69 |
| 13-Dec-2010 |
Kalle Sommer Nielsen |
Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace) |
#
75a9b76a |
| 13-Dec-2010 |
Adam Harvey |
MFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME header unfolding). |
#
e87fbccf |
| 13-Dec-2010 |
Adam Harvey |
MFH: implement FR #53447 (Cannot disable SessionTicket extension for servers that do not support it). Includes Tony's subsequent commit to fix a segfault. |
#
2fbc4979 |
| 12-Dec-2010 |
Felipe Pena |
- Cosmetics |
#
fbe4532b |
| 12-Dec-2010 |
Ilia Alshanetsky |
Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6). |
#
82287511 |
| 12-Dec-2010 |
Ilia Alshanetsky |
Fixed bug 48484 (array_product() always returns 0 for an empty array). |
#
c1e9f628 |
| 12-Dec-2010 |
Ilia Alshanetsky |
Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges) |
#
a7d8c0e2 |
| 12-Dec-2010 |
Ilia Alshanetsky |
sqlite3 lib news |
#
07151356 |
| 12-Dec-2010 |
Kalle Sommer Nielsen |
Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql) # Based on patch by tre-php-net at crushedhat dot com |
#
8ece8ad3 |
| 12-Dec-2010 |
Derick Rethans |
- Added the + modifier to parseFromFormat to allow trailing text in the string to parse without throwing an error. #- Patch by Stas, test case by me. |
#
bbc898e3 |
| 12-Dec-2010 |
Derick Rethans |
- Keep extension order alphabetically #- I guess that's what was intended? |
#
b529d43c |
| 12-Dec-2010 |
Kalle Sommer Nielsen |
Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query) |