php-src/ext/intl/timezone
DanielEScherzer 5dd0575698
Generated arginfo header files: combine preprocessor conditional blocks (#15736)
When functions' or class methods' availability is based on some preprocessor
condition, the generated arginfo header files wrap the declarations in the
preprocessor `#if` conditional blocks, one per declaration, even if they are in
the same conditional block based on comments in the stub file. Instead of
having multiple conditional blocks one after the other with the same condition,
combine them into a single conditional block.
2024-09-04 13:04:22 +02:00
..
timezone.stub.php ext/intl: Timezone::getIanaID method addition. 2024-02-21 16:09:22 +00:00
timezone_arginfo.h Generated arginfo header files: combine preprocessor conditional blocks (#15736) 2024-09-04 13:04:22 +02:00
timezone_class.cpp ext/intl: Various refactoring (#14360) 2024-05-30 12:51:36 +01:00
timezone_class.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
timezone_methods.cpp ext/intl: timezone using fast ZPP and fixing SpoofChecker (#14415) 2024-06-01 19:16:03 +01:00