I have tried to install my extension win32service/win32service:1.1.0beta9 on PHP 8.1 without success.
Pie (version 1.3.1) doesn't display an error, but the extension is not in the ext folder.
The PHP installation is located in C:\Sites\outils\PHP81 with this configuration:
This value is valid for PHP. The path is related to the php.exe directory.
The extension is installed in the c:\ext folder.
I don't want to set the full path in the extension_dir configuration directive for automation installation reasons.
I have tried to install my extension
win32service/win32service:1.1.0beta9on PHP 8.1 without success.Pie (version 1.3.1) doesn't display an error, but the extension is not in the
extfolder.The PHP installation is located in
C:\Sites\outils\PHP81with this configuration:This value is valid for PHP. The path is related to the
php.exedirectory.The extension is installed in the
c:\extfolder.I don't want to set the full path in the
extension_dirconfiguration directive for automation installation reasons.