History log of /PHP-5.6/ext/date/php_date.c (Results 51 – 75 of 403)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1
# 5d0c5261 16-Apr-2013 Derick Rethans

Move add/sub to timelib.


Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3
# 44a9e6b4 31-Mar-2013 Derick Rethans

Fixed "Forward Transition" construction of DateTime objects.

This fixes the issue in
https://wiki.php.net/rfc/datetime_and_daylight_saving_time#forward_transitions
There is a period

Fixed "Forward Transition" construction of DateTime objects.

This fixes the issue in
https://wiki.php.net/rfc/datetime_and_daylight_saving_time#forward_transitions
There is a period during transition to DST where a time (such as 02:30) does
not exist. PHP already calculated the correct timestamp for this, but failed to
"rounded forward" to the existing correct hour value.

show more ...


# 23ab2575 27-Nov-2013 Derick Rethans

Fixed bug #53879 (DateTime::createFromFormat() fails to parse cookie expiration date)


# f860486d 21-Oct-2013 Stanislav Malyshev

fix memory leak on error (from Coverity scan)


# 165f544a 11-Sep-2013 Boro Sitnikovski

Fix bug #65502: DateTimeImmutable::createFromFormat returns DateTime

DateTimeImmutable::createFromFormat should call
date_create_immutable_from_format instead of date_create_from_format


# d7f5f1ef 11-Sep-2013 Boro Sitnikovski

Fix bug #65548: Comparison for DateTimeImmutable doesn't work


# 6fab1caa 30-Aug-2013 Remi Collet

Fixed bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer


# d69513af 30-Aug-2013 Remi Collet

Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer


# b378b0b0 09-Apr-2013 Alexander Moskalev

Fix DateInterval->days value when object was created not from DateTime::diff()


# 9ad97cd4 15-Aug-2013 Christopher Jones

Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.


# 8d86597d 23-Jul-2013 Veres Lajos

non living code related typo fixes


# 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


12345678910>>...17