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


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


Revision tags: php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30
# debd38f8 02-Jun-2022 Máté Kocsis

Add support for sensitive parameters in stubs


# 63aa5a4b 30-May-2022 Derick Rethans

Improve error message, and add additional test.


# c85fcbc2 29-May-2022 Derick Rethans

Remove no longer used 'timezone_valid' flag


# 6770158d 27-May-2022 Derick Rethans

Only warn when an incorrect timezone is set through 'date.timezone'


# e0d21297 27-May-2022 Derick Rethans

Update wording of warning message, and reinstate 'UTC' fallback for ctor


Revision tags: php-8.1.7RC1, php-8.0.20RC1
# b3c6b540 20-May-2022 Derick Rethans

Fixed bug #73239 (DateTime shows strange error message with invalid timezone)


# 21fe7275 28-May-2022 Máté Kocsis

Declare DatePeriod properties (#8534)


# 33fd554a 27-May-2022 Derick Rethans

Fixed merge due to changed return type in API


# d5e57268 20-May-2022 Derick Rethans

Fixed bug #78139 (timezone_open accepts invalid timezone string argument).


12345678910>>...31