Skip to content

Commit 5b8426b

Browse files
authored
Merge pull request #85 from asgrim/fix-pdb-maintainer-docs
Fix expected PDB name in Windows docs
2 parents a754dc0 + 63589de commit 5b8426b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extension-maintainers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ The `.dll` will be moved into the PHP extensions path, and renamed, e.g.
189189
to `C:\path\to\php\ext\php_{extension-name}.dll`. The ZIP file may include
190190
additional resources, such as:
191191

192-
* `php_{extension-name}.pdb` - this will be moved alongside
193-
the `C:\path\to\php\ext\php_{extension-name}.dll`
192+
* `php_{extension-name}-{tag}-{php-maj/min}-{ts|nts}-{compiler}-{arch}.pdb` -
193+
this will be moved alongside the `C:\path\to\php\ext\php_{extension-name}.dll`
194194
* `*.dll` - any other `.dll` would be moved alongside `C:\path\to\php\php.exe`
195195
* Any other file, which would be moved
196196
into `C:\path\to\php\extras\{extension-name}\.`

0 commit comments

Comments
 (0)