History log of /PHP-7.4/ext/date/php_date.c (Results 101 – 125 of 623)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 48598a23 26-May-2017 andrewnester

Fixed #74639 - Added proper clone functionality for DatePeriod and DateInterval


Revision tags: php-7.1.4, php-7.0.18
# 618d9796 01-Apr-2017 Craig Duncan

Fixed bug #74080 Add datetime constant for RFC7231


# d9e2f803 10-Apr-2017 Joe Watkins

Fixed bug #74404 (wrong reflection on DateTimeZone::getTransitions)


Revision tags: php-7.1.4RC1, php-7.0.18RC1
# 2b7c3831 20-Mar-2017 Derick Rethans

Fix for #73837: "new DateTime()" with a cast to double


Revision tags: php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1
# b224e742 03-Jun-2016 mcq8

Fixed bug #72096 Swatch time value incorrect for dates before 1970


# 51139092 11-Feb-2017 Derick Rethans

Fixed bug #73837 ("new DateTime()" sometimes returns 1 second ago value).


# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 85e88d1d 28-Dec-2016 Sara Golemon

Use new params API for throwable constructors in date


# 0951d7d7 28-Dec-2016 Sara Golemon

Use new param API in date

Left the zend_parse_parameters_throw() uses along because
throwing isn't currently supported by the new API.
Also left the complex parsing in DatePeriod::__

Use new param API in date

Left the zend_parse_parameters_throw() uses along because
throwing isn't currently supported by the new API.
Also left the complex parsing in DatePeriod::__construct alone
because the macros don't really stack all that well.

show more ...


# 0bd63959 11-Jul-2016 jhdxr

move declaration of vars to top


Revision tags: php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35
# 23f9e482 20-Apr-2016 jhdxr

fix bug #69587 DateInterval properties and isset


# c79f9a4e 13-Oct-2016 Anatol Belski

fix gettimeofday proto availability

(cherry picked from commit 79f7d174d07dee4dde1f8eddaba6c741b26edeb3)


# c4254588 25-Sep-2016 Stanislav Malyshev

Fix bug #73091 - Unserializing DateInterval object may lead to __toString invocation

(cherry picked from commit 1b29e4488e19c89e5b37ecb26acaec443d7f1355)


# 79f7d174 13-Oct-2016 Anatol Belski

fix gettimeofday proto availability


# 55626549 05-Oct-2016 Derick Rethans

Improve support for microseconds with Date/Time

It fixes several bugs:

- Fixed bug #45554 (Inconsistent behavior of the u format char).
- Fixed bug #48225 (DateTime parser doesn

Improve support for microseconds with Date/Time

It fixes several bugs:

- Fixed bug #45554 (Inconsistent behavior of the u format char).
- Fixed bug #48225 (DateTime parser doesn't set microseconds for "now").
- Fixed bug #52514 (microseconds are missing in DateTime class).
- Fixed bug #52519 (microseconds in DateInterval are missing).
- Fixed bug #68506 (General DateTime improvments needed for microseconds to become useful).
- Fixed bug #73109 (timelib_meridian doesn't parse dots correctly).
- Fixed bug #73247 (DateTime constructor does not initialise microseconds property).

It also updates timelib to 2016.04, and updates a data mapping file, which
causes changes to the volatile abbreviations tests.

show more ...


# 1b29e448 25-Sep-2016 Stanislav Malyshev

Fix bug #73091 - Unserializing DateInterval object may lead to __toString invocation


# 411eee7b 14-Jul-2016 Nikita Popov

Fix leak when creating timezone with null bytes


# 7aaa310d 28-Jun-2016 Jeremy Mikola

Export php_date_get_interface_ce() for extension use


# 9638e45d 29-Jun-2016 Aaron Piotrowski

Return null instead of false


# 0cfb4765 28-Jun-2016 Dmitry Stogov

Fixed compilation warnings


# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings


# 248fdfcf 14-Jun-2016 Nikita Popov

Maybe fix bug #72011


# 771e5cc2 11-Jun-2016 Aaron Piotrowski

Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error


12345678910>>...25