View Issue Details

IDProjectCategoryView StatusLast Update
0002309XdebugInstallationpublic2025-01-06 16:03
Reporterjnoordsij Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
OSWindowsOS Version11 
Product Version3.4.0 
Fixed in Version3.4.1 
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

derick

2025-01-06 15:31

administrator   ~0007139

This should be fixed through https://github.com/xdebug/xdebug/commit/2958927ac7ec0d6f24ca693b8b3eb6da1531d198 — and a 3.4.1 release will follow shortly. Please test when it comes out!

jnoordsij

2025-01-06 16:03

reporter   ~0007144

Can confirm this works on my Windows system, thanks!

Issue History

Date Modified Username Field Change
2024-12-10 12:19 jnoordsij New Issue
2024-12-13 17:59 derick Note Added: 0007118
2025-01-06 15:31 derick Assigned To => derick
2025-01-06 15:31 derick Status new => closed
2025-01-06 15:31 derick Resolution open => fixed
2025-01-06 15:31 derick Fixed in Version => 3.4dev
2025-01-06 15:31 derick Note Added: 0007139
2025-01-06 15:35 derick Fixed in Version 3.4dev => 3.4.1
2025-01-06 16:03 jnoordsij Note Added: 0007144