View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002309 | Xdebug | Installation | public | 2024-12-10 12:19 | 2024-12-13 17:59 |
Reporter | jnoordsij | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
OS | Windows | OS Version | 11 | ||
Product Version | 3.4.0 | ||||
Summary | 0002309: 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: 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 | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.4-dev | ||||
|
I have a PR for this, but this is still experimental (on the builder side): https://github.com/xdebug/xdebug/pull/983 |