History log of /PHP-8.1/ext/date/php_date.c (Results 1 – 25 of 735)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4833b848 09-Aug-2023 Derick Rethans

Fix GH-11416: Crash with DatePeriod when uninitialised objects are passed in


# 0747616f 22-Jun-2023 Derick Rethans

Fixed GH-11368: Date modify returns invalid datetime


# f9117eb8 19-May-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-11281: DateTimeZone::getName() does not include seconds in offset

If the seconds portion is non-zero, include the seconds in the output.

Closes GH-11282.


# cbac68df 23-Mar-2023 Derick Rethans

Fix GH-10583: DateTime modify with tz pattern should not update linked timezone


# a42bf933 26-Jan-2023 Derick Rethans

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


# 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


# dd365b04 14-Sep-2022 Derick Rethans

Add 'const' to match actual API


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


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


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


# 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.4RC1, php-8.1.3, php-8.1.2RC1
# 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


# d54bcbb4 03-May-2022 Derick Rethans

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


12345678910>>...30