-
-
Notifications
You must be signed in to change notification settings - Fork 397
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The nightly build with PHP 8.5 on Windows started failing for PHPUnit:
==> Setup PHP
PHP Warning: Failed loading Zend extension 'php_opcache.dll' (tried: C:\tools\php\ext\php_opcache.dll (The specified procedure could not be found), C:\tools\php\ext\php_php_opcache.dll.dll (The specified module could not be found)) in Unknown on line 0PHP Warning: Failed loading Zend extension 'php_opcache.dll' (tried: C:\tools\php\ext\php_opcache.dll (The specified procedure could not be found), C:\tools\php\ext\php_php_opcache.dll.dll (The specified module could not be found)) in Unknown on line 0PHP Warning: Failed loading Zend extension 'php_opcache.dll' (tried: C:\tools\php\ext\php_opcache.dll (The specified procedure could not be found), C:\tools\php\ext\php_php_opcache.dll.dll (The specified module could not be found)) in Unknown on line 0PHP Warning: Failed loading Zend extension 'php_opcache.dll' (tried: C:\tools\php\ext\php_opcache.dll (The specified procedure could not be found), C:\tools\php\ext\php_php_opcache.dll.dll (The specified module could not be found)) in Unknown on line 0
This might be related to php/php-src@7b4c14d, but the build succeeds with PHP 8.5 on Linux (https://github.com/sebastianbergmann/phpunit/actions/runs/16557367288/job/46820868507).
Version
- v2
- v1
Runners
GitHub Hosted
Operating systems
windows-latest
PHP versions
PHP 8.5
To Reproduce
https://github.com/sebastianbergmann/phpunit/actions/runs/16557367288/job/46830632870
Expected behavior
PHP 8.5 is installed
Screenshots/Logs
https://github.com/sebastianbergmann/phpunit/actions/runs/16557367288/job/46830632870
Additional context
No response
Are you willing to submit a PR?
Yes
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working