-
Notifications
You must be signed in to change notification settings - Fork 52
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationmaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!
Milestone
Description
pie/docs/extension-maintainers.md
Line 334 in e90a99e
| * Windows: `Architecture` from `php -i` |
php -i architecture is MSVC style X86 X64 and ARM64 not gnu sytle i386 x86_64 aarch64 or bsd style x86 x86_64 arm64
I've made an extension release using msvc style and pie cannot find that extension release.
So should we make it clear? like giving a mapping table
| MSVC style | GNU style | BSD style | golang style | PIE using |
|---|---|---|---|---|
| X86 | i?86 | x86 | 386 | ??? |
| X64 | x86_64 | x86_64 | amd64 | x86_64 |
| ARM64 | aarch64 | arm64 | arm64 | ??? |
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationmaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!