Skip to content

Expected PDB name is incorrect and disagrees with docs #71

@asgrim

Description

@asgrim

The maintainer docs state:

  • php_{extension-name}.pdb - this will be moved alongside
    the C:\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:

$sourcePdbName = str_replace('.dll', '.pdb', $sourceDllName);

( related discussion: mongodb/mongo-php-driver#1732 (comment) )

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions