php-src/ext/date
DanielEScherzer 9225cb45ac
Make zend_register_*_constant() functions return pointers, use them (#19029)
Have each of the specialized methods for registering a constant return a
pointer to the registered constant the same way that the generic
`zend_register_constant()` function does, and use those in the generated
arginfo files to avoid needing to search for a constant that was just
registered in order to add attributes to it.
2025-07-07 12:23:52 -07:00
..
lib Updated to version 2025.2 (2025b) 2025-03-24 10:06:36 +00:00
tests ext/date: Fix tests (#18891) 2025-06-26 22:38:08 +02:00
config.w32 Don't pass -fwrapv to clang on Windows (GH-17458) 2025-01-13 14:10:23 +01:00
config0.m4 Fix integer overflows in timelib 2024-12-06 18:56:57 +01:00
CREDITS
php_date.c Merge branch 'PHP-8.4' 2025-05-26 19:42:39 +02:00
php_date.h ext/date: Pack php_interval_obj 2025-03-28 16:55:37 +00:00
php_date.stub.php Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
php_date_arginfo.h Make zend_register_*_constant() functions return pointers, use them (#19029) 2025-07-07 12:23:52 -07:00