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

yaml extension fails to enable PHP < 7.2 as it need yaml.dll in path

shivammathur opened this issue · comments

@mlocati To enable yaml extension on PHP versions before 7.2 requires yaml.dll. So currently it is required to manually extract yaml.dll from the zip into a directory in windows path, it would be great if yaml.dll, if found in the zip archive is extracted to the directory in -Path parameter or the default PHP directory.

Fixed in #56. I'll release a new version as tests complete.
Thanks for reporting this issue.

New version 1.22.5.306 published.