mlocati / powershell-phpmanager

A PowerShell module to install/update PHP, PHP extensions and Composer on Windows

Home Page:https://www.powershellgallery.com/packages/PhpManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to enable extension under 7.4

ruudboon opened this issue · comments

I'm trying to enable an extension under 7.4. It works with same config fine under 7.2 and 7.3. And under 7.4 it properly detects the extension but unfortunately it doesn't enable it.

https://github.com/ruudboon/cphalcon/runs/399772237#step:23:166

At https://github.com/ruudboon/cphalcon/runs/399772237#step:13:32 we read that PHP is compiled without thread safety, at https://github.com/ruudboon/cphalcon/runs/399772237#step:22:173 we read that the extension is compiled with thread safety: they should match

Ahh thx! Sorry for missing this

Don't worry, four eyes is better than two