[PECL-CVS] [pecl-datetime-timezonedb] 2025.2.2: Release 2025.2.2 without any code or data changes
[email protected] (Derick Rethans)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr) Date: 2025-09-25T14:44:00+01:00 Commit: https://github.com/php/pecl-datetime-timezonedb/commit/1d2ec31fc5b72c66ef92ad342899ddace706e670 Raw diff: https://github.com/php/pecl-datetime-timezonedb/commit/1d2ec31fc5b72c66ef92ad342899ddace706e670.diff Release 2025.2.2 without any code or data changes Changed paths: M package.xml M php_timezonedb.h Diff: diff --git a/package.xml b/package.xml index dc21dde..b7e624c 100644 --- a/package.xml +++ b/package.xml @@ -21,10 +21,10 @@ located at http://www.iana.org/time-zones. <active>yes</active> </lead> <date>2025-09-25</date> - <time>13:49:24</time> + <time>14:42:43</time> <version> - <release>2025.2.1</release> - <api>2025.2.1</api> + <release>2025.2.2</release> + <api>2025.2.2</api> </version> <stability> <release>stable</release> @@ -32,7 +32,7 @@ located at http://www.iana.org/time-zones. </stability> <license uri="http://www.php.net/license">PHP</license> <notes> -Extra release to hopefully have a "good last release" due to weird GitHub issues. +This is a packaging only related release, which fixes building artefacts on Windows for installation with PIE. There are no code or data changes. </notes> diff --git a/php_timezonedb.h b/php_timezonedb.h index 3e7e202..7a15734 100644 --- a/php_timezonedb.h +++ b/php_timezonedb.h @@ -26,7 +26,7 @@ extern zend_module_entry timezonedb_module_entry; #define phpext_timezonedb_ptr &timezonedb_module_entry -#define PHP_TIMEZONEDB_VERSION "2025.2.1" +#define PHP_TIMEZONEDB_VERSION "2025.2.2" PHP_MINIT_FUNCTION(timezonedb); PHP_MINFO_FUNCTION(timezonedb);