History log of /PHP-8.3/ext/date/php_date_arginfo.h (Results 1 – 25 of 64)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 27fb8d1c 14-Aug-2023 Ayesh Karunaratne

Fix DateTime exception hierarchy for DateInvalidTimeZoneException (#11970)

`DateInvalidTimeZoneException` is supposed to inherit from `DateException`, but the current stub has `Exception`.


# 17b3af29 14-Aug-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

GH-11964: In ext/date/php_date.stub.php, DateRangeError extends itself

According to the RFC[1] it's supposed to extend DateError.

[1] https://wiki.php.net/rfc/datetime-exceptions


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

Implement DatePeriod::createFromISO8601String()


# 7b355e8d 04-Jul-2023 Ilija Tovilo

Revert "Merge branch 'PHP-8.2'"

This reverts commit 45a3f178dc226b69f5d72f10285bc2ad139b2c1c, reversing
changes made to b2a54bc6af4bf645b5bb2601621c12b31bfbff0c.


# 3906bccc 27-Jun-2023 Máté Kocsis

Add support for typed class constants in stubs


# b7860cd5 06-Jan-2023 Derick Rethans

Implement More Appropriate Date/Time Exceptions RFC


# e4f23769 26-Sep-2022 Máté Kocsis

Improve string class constant code generation (#9577)

Using strlen() will make sure that non-constant values can also be used.


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23
# b4ec3e9b 28-Aug-2022 Máté Kocsis

Do not generate CONST_CS when registering constants (#9439)


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


# e328c683 19-Jul-2022 Máté Kocsis

Rename @cname to @cvalue in stubs (#9043)

@cname currently refers to the constant name in C. However, it is not always a (constant) name, but sometimes a function invocation, so naming it as

Rename @cname to @cvalue in stubs (#9043)

@cname currently refers to the constant name in C. However, it is not always a (constant) name, but sometimes a function invocation, so naming it as @cvalue would be more appropriate.

show more ...


# e13d60c0 19-Jul-2022 Máté Kocsis

DatePeriod properties cannot be made readonly (#9013)


Revision tags: php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1
# 6fd2b393 13-Jun-2022 Pierrick Charron

Indent with TAB in .h files generated by gen_stub


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


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

Declare DatePeriod properties (#8534)


Revision tags: php-8.1.7RC1, php-8.0.20RC1
# 14da1cb90 22-May-2022 Máté Kocsis

Add support for class constants in stubs (#7434)


# 8b991b4a 13-May-2022 Máté Kocsis

Add static return type for DateTime*::createFrom*() when possible

Fix GH-8544


# 37b30928 12-May-2022 Máté Kocsis

Fix more specific return type hints for some ext/date methods

Ideally, these methods should have been declared with a static return type, so let's add a PHPDoc type hint + a TODO for fixing

Fix more specific return type hints for some ext/date methods

Ideally, these methods should have been declared with a static return type, so let's add a PHPDoc type hint + a TODO for fixing the issue in the future.

show more ...


Revision tags: php-8.1.6, php-8.0.19
# d54bcbb4 03-May-2022 Derick Rethans

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


Revision tags: php-8.1.6RC1, php-8.0.19RC1
# f869a546 15-Apr-2022 Derick Rethans

Add DateInterval's __serialize and __unserialize methods


# 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


Revision tags: 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, php-8.0.14, php-8.1.1, php-7.4.27, php-8.1.1RC1, php-8.0.14RC1, php-7.4.27RC1, php-8.1.0, php-8.0.13, php-7.4.26, php-7.3.33, php-8.1.0RC6, php-7.4.26RC1, php-8.0.13RC1, php-8.1.0RC5, php-7.3.32, php-7.4.25, php-8.0.12, php-8.1.0RC4, php-8.0.12RC1, php-7.4.25RC1
# 5fbba9b9 29-Sep-2021 Kamil Tekiela

getTimestamp does not return false


Revision tags: php-8.1.0RC3, php-8.0.11, php-7.4.24, php-7.3.31, php-8.1.0RC2, php-7.4.24RC1, php-8.0.11RC1, php-8.1.0RC1
# 1bf1481a 30-Aug-2021 Máté Kocsis

Specify a few array func info entries (#7425)


# 8e6e9838 30-Aug-2021 Máté Kocsis

Add support for generating MAY_BE_ARRAY_OF_REF func info flag (#7416)


# 5e424d28 26-Aug-2021 Máté Kocsis

Fix a few ext/date return types


123