History log of /PHP-8.3/ext/date/php_date.c (Results 51 – 75 of 764)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6418eba1 20-May-2022 Derick Rethans

Fixed bug #74671 (DST timezone abbreviation has incorrect offset)


# dfd1d7a5 20-May-2022 Derick Rethans

Fixed bug #76963 (Null-byte injection in createFromFormat)


# 14da1cb90 22-May-2022 Máté Kocsis

Add support for class constants in stubs (#7434)


# 4f1b8f48 20-May-2022 Derick Rethans

Add serialisation support for the new 'include_end_date' property


# c0c801d2 13-May-2022 Derick Rethans

Fixed bug #52015 (Allow including end date in DatePeriod iterations)


Revision tags: php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1, php-8.0.18, php-8.1.5, php-7.4.29, php-8.1.5RC1, php-8.0.18RC1, php-8.1.4, php-8.0.17, php-8.1.4RC1, php-8.0.17RC1, php-8.1.3, php-8.0.16, php-7.4.28, php-8.1.3RC1, php-8.0.16RC1, php-8.1.2, php-8.0.15, php-8.1.2RC1, php-8.0.15RC1
# 12702a20 29-Dec-2021 Pavel Djundik

Add "N" and "o" format specifiers to idate()


# 1eab5b79 05-May-2022 Derick Rethans

GH-8458: DateInterval::createFromDateString does not throw non-relative items are present


# 92f8f19d 05-May-2022 Derick Rethans

Fixed GH-8471: Segmentation fault when converting immutable and mutable DateTime instances created using reflection


# d54bcbb4 03-May-2022 Derick Rethans

Add DatePeriod's __serialize and __unserialize methods (#8464)


# c1ad706b 29-Apr-2022 Derick Rethans

Fixed reference count issue with zend_string


# 5fb36414 22-Apr-2022 Derick Rethans

Fixed cloning DateInterval


# cae1d4ad 22-Apr-2022 Derick Rethans

Add support for serialising all DateInterval objects


# 83a6bcc1 22-Apr-2022 Derick Rethans

Fixed cloning DateInterval


# c8a6a8ab 22-Apr-2022 Derick Rethans

Rename have_special_relative to from_string, fix serialisation constraint, and reorder fields


# f4e5010a 15-Apr-2022 Derick Rethans

Show the 'have_special_relative' property in var_dumps, and disallow serialization if set


# 76e852e7 15-Apr-2022 Derick Rethans

Fixed memory leak with manual calls to DateInterval::__unserialize


# f869a546 15-Apr-2022 Derick Rethans

Add DateInterval's __serialize and __unserialize methods


# 3be8b5f5 14-Apr-2022 Derick Rethans

Remove fake properties from DateInterval


# 6f2c5017 14-Apr-2022 Derick Rethans

Fixed memory leak with unserialize was called multiple times and an abbreviation was stored


# 181623f9 14-Apr-2022 Derick Rethans

Add DateTimeZone's __serialize and __unserialize methods


# 8b2ee538 14-Apr-2022 Derick Rethans

Add DateTime/DateTimeImmutable's __serialize and __unserialize methods


# b461c467 26-Apr-2022 Derick Rethans

Use the new RETURN_THROWS() instead of just returning NULL


# 87f341b1 26-Apr-2022 Derick Rethans

Return early when the timezone info is NULL.

The guess_timezone function does throw an error, but throwing an error doesn't
immediate make the PHP_FUNCTION return.

This check is

Return early when the timezone info is NULL.

The guess_timezone function does throw an error, but throwing an error doesn't
immediate make the PHP_FUNCTION return.

This check is really only necessary for distributions that patch PHP's timelib
to use system tzdata, but not correct enough to account for their
implementation to guarantee to return a timezone.

show more ...


# e38d300a 14-Apr-2022 Derick Rethans

Refactor code to avoid duplication


# 24085d01 28-Mar-2022 Cody Mann

style/readability updates


12345678910>>...31