php-src/ext/intl/dateformat
Niels Dossche 2b383848a7
Fix handling of references in zval_try_get_long()
This API can't handle references, yet everyone keeps forgetting that it
can't and that you should DEREF upfront. Fix every type of this issue
once and for all by moving the reference handling to this Zend API.

Closes GH-18761.
2025-06-04 21:00:05 +02:00
..
dateformat.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
dateformat.h Declare ext/intl constants in stubs - part 4 (#9234) 2022-08-08 08:56:51 +02:00
dateformat.stub.php ext/intl: IntlDateFormatter::parseToCalendar addition. 2024-04-29 18:55:00 +01:00
dateformat_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
dateformat_attr.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
dateformat_attrcpp.cpp Explicitly initialize object variables passed to Z_PARAM_OBJ_OF_CLASS_OR_LONG_OR_NULL (#13146) 2024-01-14 16:02:59 +01:00
dateformat_class.c ext/intl: Various refactoring (#14360) 2024-05-30 12:51:36 +01:00
dateformat_class.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dateformat_create.cpp Merge branch 'PHP-8.3' 2024-01-03 17:35:44 +00:00
dateformat_create.h Declare ext/intl constants in stubs - part 4 (#9234) 2022-08-08 08:56:51 +02:00
dateformat_data.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
dateformat_data.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dateformat_format.c Merge branch 'PHP-8.3' into PHP-8.4 2025-03-15 11:34:30 +00:00
dateformat_format_object.cpp ext/intl: further fast ZPP usage. (#14419) 2024-06-01 20:48:55 +01:00
dateformat_helpers.cpp Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dateformat_helpers.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dateformat_parse.c Fix handling of references in zval_try_get_long() 2025-06-04 21:00:05 +02:00
datepatterngenerator.stub.php Fix GH-7939: Cannot unserialize IntlTimeZone objects 2022-02-17 15:06:29 +01:00
datepatterngenerator_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
datepatterngenerator_class.cpp Update http links to https and sync www.php.net URLs (#14854) 2024-07-07 04:23:08 +02:00
datepatterngenerator_class.h Update http links to https and sync www.php.net URLs (#14854) 2024-07-07 04:23:08 +02:00
datepatterngenerator_methods.cpp Update http links to https and sync www.php.net URLs (#14854) 2024-07-07 04:23:08 +02:00