#
5324416b |
| 03-Jul-2013 |
Anatol Belski |
Fixed bug #65184 strftime() returns insufficient-length string under multibyte locales The msdn doc states 'strftime returns the number of characters', but prior to VS2012 it se
Fixed bug #65184 strftime() returns insufficient-length string under multibyte locales The msdn doc states 'strftime returns the number of characters', but prior to VS2012 it seems to have returned the number of bytes. Locale independent. The return is however \0-terminated, so strlen is just fine. The behaivor seems to be persisting in the later VC++ versions as the corresponding MSDN ticket is closed 'by design'. See http://connect.microsoft.com/VisualStudio/feedback/details/766205/vs2012-strftime-has-incorrect-return-value-in-vc-11-with-multibyte-codepages#details
show more ...
|
#
0f9cf353 |
| 10-Jun-2013 |
Anatol Belski |
Backported the fix for bug #53437
|
#
88c2dbe5 |
| 10-Jun-2013 |
Anatol Belski |
Backported the fix for bug #53437
|
#
02f39220 |
| 10-Jun-2013 |
Anatol Belski |
Fix a BC breach related to bug #53437 days and special_amount properties are exported as int again
|
#
e44849b0f |
| 12-May-2013 |
Anatol Belski |
Fixed bug #64825 Invalid free unserializing DateTimeZone
|
#
75cec90d |
| 26-Apr-2013 |
David Soria Parra |
Fix #64712 (Obsolete declarations in php_date.c)
|
#
a8dc4f0b |
| 09-Apr-2013 |
Alexander Moskalev |
Fix DateInterval->days value when object was created not from DateTime::diff()
|
#
2f6b9b97 |
| 31-Mar-2013 |
Xinchen Hui |
Fix typo (it's in DateTime::__wakeup)
|
Revision tags: php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11 |
|
#
58a8013e |
| 14-Jan-2013 |
Lonny Kapelushnik |
Rebased to PHP-5.4 Implemented Dmitrys change from df97c3aa0d331be668bd5d8f27fff96d4e3ac1d7 Moved the timelib_parse_tz_cor function to ext/date/lib/timelib.c
|
Revision tags: php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9 |
|
#
a4ca01cc |
| 14-Nov-2012 |
Lonny Kapelushnik |
Made separate tests for each TZ type Fixed handling of unserializing types 1 and 3
|
Revision tags: php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1 |
|
#
30d0ae42 |
| 28-Sep-2012 |
Lonny Kapelushnik |
Bug 54567 DateTimeZone serialize/unserialize Make DateTimeZone serializable and implement __set_state
|
#
68a7fec7 |
| 31-Mar-2013 |
Derick Rethans |
Make DateTime and DateTimeImmutable siblings. They both implement the DateTimeInterface interface, which specifies the non-modifying methods of DateTime/DateTimeImmutable.
|
#
8d199c7c |
| 19-Mar-2013 |
Anatol Belski |
Backported fix for bug #62852
|
#
fa3fc711 |
| 16-Mar-2013 |
Anatol Belski |
setting plausible default value for struct members especially for unsigned members so they don't casted to max unsigned
|
#
add5420d |
| 16-Mar-2013 |
Anatol Belski |
setting plausible default value for struct members especially for unsigned members so they don't casted to max unsigned
|
#
f8b91d9a |
| 15-Mar-2013 |
Anatol Belski |
Fixed bug #62852 Unserialize Invalid Date crash Error handling is the same as in bug #53437, E_ERROR if we expect an invalid object.
|
#
0ee71557 |
| 15-Mar-2013 |
Anatol Belski |
Fixed bug #53437 Crash with unserialized DatePeriod instance
|
#
fcc6611d |
| 16-Feb-2013 |
Nikita Popov |
Add support for non-scalar Iterator keys in foreach RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
|
#
8589dfb6 |
| 06-Mar-2013 |
Anatol Belski |
simplified the previous fix for #64359
|
#
371000a8 |
| 06-Mar-2013 |
Anatol Belski |
Fixed bug #64359 strftime crash with VS2012
|
#
4eae0872 |
| 18-Jan-2013 |
Xinchen Hui |
Fixed bug #63988 (Two Date tests fail) only for PHP-5.5
|
#
2f7aafe9 |
| 15-Jan-2013 |
Felipe Pena |
- Fixed ZTS build
|
#
7629c8db |
| 15-Jan-2013 |
Felipe Pena |
- Fixed ZTS build
|
#
5cfa916a |
| 15-Jan-2013 |
Andrey Hristov |
revert change. now it doesn't compile again...someone should fix ext/date...
|
#
acc24d1f |
| 15-Jan-2013 |
Andrey Hristov |
Use two dtors thus allow allocation based on the alloc model of the connection.
|