History log of /PHP-5.5/ext/date/php_date.c (Results 51 – 75 of 380)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# 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


# 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.


# c20911a8 20-Dec-2012 Derick Rethans

Make DatePeriod support DateTimeImmutable as well.

If the start element is a DateTimeImmutable object, then all returned objects
are also DateTimeImmutable objects. If the start element

Make DatePeriod support DateTimeImmutable as well.

If the start element is a DateTimeImmutable object, then all returned objects
are also DateTimeImmutable objects. If the start element is a DateTime object,
then all returned objects are DateTime objects.

show more ...


# a0618139 19-Dec-2012 Derick Rethans

Fixed crash bug when the non-OO interface was used.


# 017b1f7f 19-Dec-2012 Derick Rethans

Rename DateTimePoint to DateTimeImmutable.


# 3919d0ad 17-Dec-2012 Derick Rethans

Added a few missing TSRMLS_DC/TSRMLS_CC.


# 1cc61f09 17-Dec-2012 Derick Rethans

Implemented immutable DateTime objects as the DateTimePoint class.


# ff9c1b12 06-Jan-2013 Derick Rethans

Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.


# d7da1aa6 06-Jan-2013 Lars Strojny

Coding style, ANSI C compatibility


# 67557fcf 06-Jan-2013 Lars Strojny

Bug #63699: performance improvements for varios ext/date functions


# f3824ad1 06-Jan-2013 Lars Strojny

Bug #63699 performance improvements for ext/date by only validating timezone when timezone is set


# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


12345678910>>...16