php / php-windows-builder

Tooling to build PHP and extensions on Windows
MIT License
28 stars 18 forks source link

clarification regarding composer.json requirement #4

Open DanielRuf opened 1 week ago

DanielRuf commented 1 week ago

I'm not sure why a composer.json file is needed for compiling PHP extensions written in pure C or C++.

I see what the composer.json code part does (get the needed PHP version), but that makes not much sense, because composer is (generally) not part of a C toolchain.

Normally you have config.w32 files as only config files.

https://github.com/DanielRuf/php-spx/actions/runs/10759187217/job/29835547179