History log of /php-src/ext/date/php_date.c (Results 26 – 50 of 947)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 5d9ee8f9 07-Feb-2023 Derick Rethans

Fixed OSS fuzz issues #55589, #55599, and #55727


# b7860cd5 06-Jan-2023 Derick Rethans

Implement More Appropriate Date/Time Exceptions RFC


# a42bf933 26-Jan-2023 Derick Rethans

Fixed GH-10447: 'p' format specifier does not yield 'Z' for 00:00


# 85fbc6ea 25-Jan-2023 Derick Rethans

Fix GH-10152: Custom properties of Date's child classes are not serialised


# d19a70c9 20-Dec-2022 Derick Rethans

Fix GH-9891: DateTime modify with unixtimestamp (@) must work like setTimestamp


# 7b480532 17-Oct-2022 Derick Rethans

Fixed GH-9763: DateTimeZone ctr mishandles input and adds null byte if the argument is an offset larger than 100*60 minutes


# f8b27c73 14-Sep-2022 Derick Rethans

Use 'const' for fixed API


# dd365b04 14-Sep-2022 Derick Rethans

Add 'const' to match actual API


# a01dd9fe 14-Sep-2022 Bob Weinand

Revert "Port all internally used classes to use default_object_handlers"

This reverts commit 94ee4f9834743ca74f6c9653863273277ce6c61a.

The commit was a bit too late to be included i

Revert "Port all internally used classes to use default_object_handlers"

This reverts commit 94ee4f9834743ca74f6c9653863273277ce6c61a.

The commit was a bit too late to be included in PHP 8.2 RC1. Given it's a massive ABI break, we decide to postpone the change to PHP 8.3.

show more ...


# 49c02985 09-Sep-2022 Derick Rethans

Fixed error updating once more


# f799bc4e 08-Sep-2022 Derick Rethans

Don't return existing error_container/NULL, but use by-ref instead


# 8cdfffb7 07-Sep-2022 Derick Rethans

Fixed MemorySanitizer: use-of-uninitialized-value warning introduced by 932586c426d7f016e5d0e0d95579f9503ec70a89


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23
# 94ee4f98 24-Aug-2022 Bob Weinand

Port all internally used classes to use default_object_handlers

Signed-off-by: Bob Weinand <bobwei9@hotmail.com>


# 932586c4 29-Aug-2022 Derick Rethans

Fixed bug GH-9431: DateTime::getLastErrors() not returning false when no errors/warnings

For PHP 8.2 and later only.

Revision tags: php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3, php-8.2.0beta2, php-8.1.9, php-8.0.22
# 534127d3 28-Jul-2022 Derick Rethans

Merge branch 'PHP-8.1'


# b0d67aa6 28-Jul-2022 Derick Rethans

Merge remote-tracking branch 'derickr/bug80047-take2' into PHP-8.1


# 001e7dbb 28-Jul-2022 Derick Rethans

Fixed bug #80047 (DatePeriod doesn't warn with custom DateTimeImmutable)

# 85f3a969 28-Jul-2022 Derick Rethans

Revert "Fixed #80047: DatePeriod doesn't warn with custom DateTimeImmutable"

This reverts commit 973c3f6e241227ffc14c3608c774d7636b798cec.

Revision tags: php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3
# 6ae86c23 24-Jun-2022 Derick Rethans

Fixed bug #80022: Support ISO 8601 years outside 0000-9999 range better

# e13d60c0 19-Jul-2022 Máté Kocsis

DatePeriod properties cannot be made readonly (#9013)

# 0dbedb3d 15-Jul-2022 Derick Rethans

Fixed memory leaks with DatePeriod::__unserialise

# 30cc0c17 25-Jun-2022 Derick Rethans

Merge branch 'PHP-8.1'


# 49a3cc63 25-Jun-2022 Derick Rethans

Merge branch 'PHP-8.0' into PHP-8.1


# 973c3f6e 24-Jun-2022 Derick Rethans

Fixed #80047: DatePeriod doesn't warn with custom DateTimeImmutable

Revision tags: php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1
# e79046fb 12-Jun-2022 Ilija Tovilo

Fix redundant ZSTR_VAL condition in php_date.c (#8753)

ZSTR_VAL can never be NULL as zend_string.val is a char[1] which will
always decay to a non-nullable pointer.

This fails w

Fix redundant ZSTR_VAL condition in php_date.c (#8753)

ZSTR_VAL can never be NULL as zend_string.val is a char[1] which will
always decay to a non-nullable pointer.

This fails with -Werror on newer gcc versions.

show more ...

12345678910>>...38