From d49195d49f08dc93503fe791b8014834defbebdd Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Tue, 27 Dec 2022 16:45:46 +0000 Subject: [PATCH 1/6] #141 - Enable php8.2 for Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b83fb228..23b0f96e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - { php: '7.4', ts: 'nts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15', ccov: 'OFF' } - { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' } - { php: '8.1', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' } - #- { php: '8.2', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' } + - { php: '8.2', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' } steps: - uses: actions/checkout@v2 From 0a52cc95144e541a92d1b0053916c5fca254081f Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Tue, 27 Dec 2022 16:48:08 +0000 Subject: [PATCH 2/6] Bump actions/checkout to v3 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23b0f96e..6898ba19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - { php: '8.2', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install PHP ${{ matrix.php }} uses: shivammathur/setup-php@v2 @@ -178,7 +178,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -248,7 +248,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 1 From 74f4be3013ecc769c51bb1eb3b1e6e5cd931555f Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Tue, 27 Dec 2022 16:51:38 +0000 Subject: [PATCH 3/6] Bump pecl PHP version to 8.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6898ba19..f9d32727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.2' tools: pecl - name: Install System Dependencies From 2fb477cb3ee07941ccdb2fc6693f947921721b6f Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Tue, 27 Dec 2022 17:43:32 +0000 Subject: [PATCH 4/6] #141 - Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3361e976..4af5c9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - xxxx-xx-xx +## [1.5.2] - 2022-12-27 +### Added +- Enabled support of PHP8.2 for Windows [#141](https://github.com/phalcon/php-zephir-parser/issues/141) ## [1.5.1] - 2022-09-19 ### Added From e03fa5dcb91f6ab98f97c8338964b71ffadbdb38 Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Tue, 27 Dec 2022 17:43:57 +0000 Subject: [PATCH 5/6] #141 - Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af5c9fc..a9475e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -193,7 +193,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Initial stable release -[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.1...HEAD +[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.2...HEAD +[1.5.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.2...v1.5.0 [1.4.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.1...v1.4.2 From 990d6ecd67dc10675fbe0ff06daf4e354dcc215f Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Tue, 27 Dec 2022 20:43:02 +0000 Subject: [PATCH 6/6] #141 - Bump version to `1.5.2` --- VERSION | 2 +- package.xml | 12 ++++++------ zephir_parser.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index 26ca5946..4cda8f19 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 +1.5.2 diff --git a/package.xml b/package.xml index 202fa0f3..34027211 100644 --- a/package.xml +++ b/package.xml @@ -12,11 +12,11 @@ anton@phalcon.io yes - 2022-09-19 - + 2022-12-27 + - 1.5.1 - 1.5.1 + 1.5.2 + 1.5.2 stable @@ -24,11 +24,11 @@ MIT - Mon, Sep 19, 2022 - Zephir Parser 1.5.1 + Mon, Dec 27, 2022 - Zephir Parser 1.5.2 = Added: - - Enabled support of PHP8.2 for PECL + - Enabled support of PHP8.2 for Windows diff --git a/zephir_parser.h b/zephir_parser.h index 6e5d1f6f..74f29739 100644 --- a/zephir_parser.h +++ b/zephir_parser.h @@ -15,7 +15,7 @@ extern zend_module_entry zephir_parser_module_entry; #define phpext_zephir_parser_ptr &zephir_parser_module_entry #define PHP_ZEPHIR_PARSER_NAME "zephir_parser" -#define PHP_ZEPHIR_PARSER_VERSION "1.5.1" +#define PHP_ZEPHIR_PARSER_VERSION "1.5.2" #define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors" #define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."