[PECL-CVS] [pecl-datetime-timezonedb] master: Release 2025.2.1 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-25T13:50:43+01:00 Commit: https://github.com/php/pecl-datetime-timezonedb/commit/590c9a6dd680d50269d81edbcde162e231504701 Raw diff: https://github.com/php/pecl-datetime-timezonedb/commit/590c9a6dd680d50269d81edbcde162e231504701.diff Release 2025.2.1 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 7ba2e2a..dc21dde 100644 --- a/package.xml +++ b/package.xml @@ -20,11 +20,11 @@ located at http://www.iana.org/time-zones. <email>[email protected]</email> <active>yes</active> </lead> - <date>2025-03-24</date> - <time>21:56:27</time> + <date>2025-09-25</date> + <time>13:49:24</time> <version> - <release>2025.2</release> - <api>2025.2</api> + <release>2025.2.1</release> + <api>2025.2.1</api> </version> <stability> <release>stable</release> @@ -32,7 +32,9 @@ located at http://www.iana.org/time-zones. </stability> <license uri="http://www.php.net/license">PHP</license> <notes> -Updated to version 2025.2 (2025b) +Extra release to hopefully have a "good last release" due to weird GitHub issues. +There are no code or data changes. + </notes> <contents> <dir name="/"> diff --git a/php_timezonedb.h b/php_timezonedb.h index 67d301f..3e7e202 100644 --- a/php_timezonedb.h +++ b/php_timezonedb.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2005 The PHP Group | + | Copyright (c) 1997-2025 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -26,7 +26,7 @@ extern zend_module_entry timezonedb_module_entry; #define phpext_timezonedb_ptr &timezonedb_module_entry -#define PHP_TIMEZONEDB_VERSION "2025.2" +#define PHP_TIMEZONEDB_VERSION "2025.2.1" PHP_MINIT_FUNCTION(timezonedb); PHP_MINFO_FUNCTION(timezonedb);