Closed deguif closed 1 month ago
@deguif That should not happen, can you share your complete workflow.
@shivammathur thanks for your reply. I added the workflow on the PR description.
Thanks @shivammathur I just tested with the fix you released, and this works like a charm.
Describe the bug
I got different PHP version and opcache version when using the cache-extension github action
Output when cache is not active:
Output when cache was used:
The opcache version differs from the PHP version which leads to weird errors notably when using the
token_get_all()
function, as some constant don't have the same values.Version
v1
.v2
v1
Runners
Operating systems ubuntu-2404
PHP versions 8.3
To Reproduce
Expected behavior
Screenshots/Logs
Additional context
Are you willing to submit a PR?