History log of /php-src/ext/date/php_date.c (Results 76 – 100 of 947)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 36486106 26-Apr-2022 Derick Rethans

Merge branch 'PHP-8.1'


# 97ffd75b 26-Apr-2022 Derick Rethans

Merge branch 'PHP-8.0' into PHP-8.1


# b461c467 26-Apr-2022 Derick Rethans

Use the new RETURN_THROWS() instead of just returning NULL

# a7eda3d5 26-Apr-2022 Derick Rethans

Merge branch 'PHP-8.1'


# bc43e698 26-Apr-2022 Derick Rethans

Merge branch 'PHP-8.0' into PHP-8.1


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

# 731e3f6c 14-Apr-2022 Derick Rethans

Merge branch 'PHP-8.1'


# ec0771c0 14-Apr-2022 Derick Rethans

Merge branch 'PHP-8.0' into PHP-8.1


# e38d300a 14-Apr-2022 Derick Rethans

Refactor code to avoid duplication

# 24085d01 28-Mar-2022 Cody Mann

style/readability updates

# 287c8a86 06-Mar-2022 Cody Mann

GH-7979: iterator advances when checking if valid

# cd6c338c 01-Apr-2022 Derick Rethans

Merge branch 'PHP-8.1'


12345678910>>...38