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

Update initialisation check for new PHP-8.3 API


# b71d2e16 09-Aug-2023 Derick Rethans

Fix GH-11416: Crash with DatePeriod when uninitialised objects are passed in (PHP 8.2+)


# 4833b848 09-Aug-2023 Derick Rethans

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


# 82ff4c5e 19-Jul-2023 Derick Rethans

Make the new DatePeriod::createFromISO8601String method emit DateTimeImmutable objects


# b669cb4c 19-Jul-2023 Derick Rethans

CS


# 9c7c0a0b 01-Jul-2023 Máté Kocsis

Implement DatePeriod::createFromISO8601String()


# 0747616f 22-Jun-2023 Derick Rethans

Fixed GH-11368: Date modify returns invalid datetime


# 93becab5 18-Jun-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-11455: Segmentation fault with custom object date properties

Closes GH-11473.


# 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


# 9d5f2f13 20-Mar-2023 Ilija Tovilo

Use new ZSTR_INIT_LITERAL macro (#10879)


# ce5f75fb 13-Mar-2023 Derick Rethans

Fixed oss-fuzz #56931


# a2255818 09-Mar-2023 Derick Rethans

Fix GH-10747: Private and protected properties in serialized Date* objects throw


# 1287747a 21-Feb-2023 Max Kellermann

ext: make various internal functions static (#10650)

Namely in:
* ext/date
* ext/libxml
* ext/dba
* ext/curl


# 263b22f3 21-Feb-2023 Max Kellermann

Make lots of string pointers `const` (#10646)

This allows using string literals without implicitly casting away the
`const`.


# 413844d6 18-Feb-2023 Max Kellermann

Zend/zend_types.h: deprecate zend_bool, zend_intptr_t, zend_uintptr_t (#10597)

These types are standard C99.

For compatibility with out-of-tree extensions, keep the typedefs
in

Zend/zend_types.h: deprecate zend_bool, zend_intptr_t, zend_uintptr_t (#10597)

These types are standard C99.

For compatibility with out-of-tree extensions, keep the typedefs
in main/php.h.

show more ...


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


12345678910>>...31