View Issue Details

IDProjectCategoryView StatusLast Update
0002309XdebugInstallationpublic2024-12-13 17:59
Reporterjnoordsij Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
OSWindowsOS Version11 
Product Version3.4.0 
Summary0002309: Installation on Windows with PHP PIE failing
Description

Installation on Windows with PHP PIE is not available yet, as it results in the following error:

In CouldNotFindReleaseAsset.php line 19:
Could not find release asset for xdebug/xdebug:3.4.0 named one of "php_xdebug-3.4.0-8.4-nts-vs17-x86_64.zip, php_xdebug-3.4.0-8.4-vs17-nts-x86_64.zip"

This seems to be caused by the DLL's for the release to be only available as DLL download on the GitHub release, while PHP PIE requires ZIP archives containing the DLL to install properly. See also https://github.com/php/pie/blob/main/docs/extension-maintainers.md#windows-support.

Steps To Reproduce

Run pie install xdebug/xdebug on Windows

TagsNo tags attached.
Operating System
PHP Version8.4-dev

Activities

derick

2024-12-13 17:59

administrator   ~0007118

I have a PR for this, but this is still experimental (on the builder side): https://github.com/xdebug/xdebug/pull/983

Issue History

Date Modified Username Field Change
2024-12-10 12:19 jnoordsij New Issue
2024-12-13 17:59 derick Note Added: 0007118