php-src/ext/date
Daniel Scherzer ff810d5e36
Arginfo: reuse zend_string objects for initializing attribute values (#19241)
Avoid initializing the same string content multiple times and make use of the
fact that the strings created to initialize attribute values are not freed by
simply making use of an existing zend_string with the same content if one is
available.
2025-07-27 17:27:22 -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 Arginfo: reuse zend_string objects for initializing attribute values (#19241) 2025-07-27 17:27:22 -07:00