shivammathur / setup-php

GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
https://setup-php.com
MIT License
2.91k stars 340 forks source link

Module compiled with build ID=API20200930,TS #788

Closed Jeckerson closed 10 months ago

Jeckerson commented 10 months ago

Describe the bug Recently, NTS and TS versions of zephir_parser stopped to work

PHP Warning:  PHP Startup: zephir_parser: Unable to initialize module
Module compiled with build ID=API20200930,TS
PHP    compiled with build ID=API20200930,NTS
These options need to match
 in Unknown on line 0
✗ zephir_parser Could not install zephir_parser on PHP 8.0.30

https://github.com/zephir-lang/zephir/actions/runs/6990819198/job/19020706260#step:3:36

Version

Runners

Operating systems Any

PHP versions Any

To Reproduce https://github.com/zephir-lang/zephir/blob/development/.github/workflows/main.yml

Expected behavior Work as previous for both: TS and NTS

shivammathur commented 10 months ago

@Jeckerson I was testing adding cache for zts builds on the develop branch, it should work now, but I would recommend switching back to v2 to avoid this.