-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
The maintainer docs state:
php_{extension-name}.pdb
- this will be moved alongside
theC:\path\to\php\ext\php_{extension-name}.dll
This implies the PDB name should be something like php_xdebug.pdb
; however, PIE is incorrectly expecting the PDB name to be aligned with the DLL:
pie/src/Installing/WindowsInstall.php
Line 39 in eaf77ea
$sourcePdbName = str_replace('.dll', '.pdb', $sourceDllName); |
( related discussion: mongodb/mongo-php-driver#1732 (comment) )
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working