History log of /PHP-8.3/ext/date/php_date.c (Results 476 – 500 of 792)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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~


# df97c3aa 05-Dec-2012 Dmitry Stogov

Use get_gc instead of hacks of get_properties


# fd650ec9 05-Dec-2012 Stanislav Malyshev

fix bug #63666 - Poor date() performance


# c2554b4b 01-Dec-2012 Remi Collet

Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond

When storing '015700' microseconds in a Datetime object,
Datetime::format('u') returns '015699'

Already k

Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond

When storing '015700' microseconds in a Datetime object,
Datetime::format('u') returns '015699'

Already known per bug45554 reproducer (also fixed).

show more ...


# e766f854 15-Sep-2012 Xinchen Hui

Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)"

see: http://news.php.net/php.bugs/173451

This reverts commit 46a3f257724df7b85cc8c3e6374c36ed9ee783b4.


Revision tags: php-5.3.17, php-5.4.7
# f6000a01 11-Sep-2012 Xinchen Hui

Capitalize the warning message


# 79e6635c 11-Sep-2012 Xinchen Hui

Rearrange the codes, remove empty lines


# e06c47ca 11-Sep-2012 Simon Welsh

Provide a specific error message if date.timezone value is invalid.


Revision tags: php-5.4.7RC1
# 46a3f257 19-Aug-2012 Reeze Xia

Fixed bug #62852 (Unserialize invalid DateTime causes crash)


Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15
# bcf5853e 10-Jul-2012 Xinchen Hui

Fixed Bug #62500 (Segfault in DateInterval class when extended)


# e3b9b1e6 08-Jul-2012 Xinchen Hui

Fixed Bug #62500 (Segfault in DateInterval class when extended)

This fix also fixed bug #62508 (Segfault while access a non-string
property of DateInterval object)


Revision tags: php-5.3.15RC1, php-5.4.5RC1
# b025b9d0 27-Jun-2012 Johannes Schlüter

Fix #62432 ReflectionMethod random corrupt memory on high concurrent

This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_proper

Fix #62432 ReflectionMethod random corrupt memory on high concurrent

This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_properties_init()

show more ...


Revision tags: php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


1...<<11121314151617181920>>...32