Re: How to port a PHP application that uses Composer?

2022-05-17 Thread Chris
On 2022-05-16 21:19, Mel Pilgrim wrote: On 2022-05-16 20:14, Peter Beckman wrote: PHP is an interpreted language, Unless there are compiled portions, there is no porting necessary. There are many reasons to port a PHP application. Bringing in extensions and tracking those dependencies, for e

Re: How to port a PHP application that uses Composer?

2022-05-17 Thread Stefan Esser
Am 17.05.22 um 06:19 schrieb Mel Pilgrim: > On 2022-05-16 20:14, Peter Beckman wrote: [...] >> Consider that it is something the installer needs to do, or build the >> package as a deterministic set of packages already installed. > > Yes, that's exactly the point I'm stuck on.  The fetch-extract-f