Ondřej Surý
Ondřej Surý
That should be a separate repository for that. I am not sure I can take more work as of this moment. Try pinging me in a month or so, ok?
It would make a sense, but since it's not supported by upstream, it would require patching, and it's an edge case, I am not putting this high on my priority...
@stof JFTR I believe you cannot use `update-alternatives` cross-package, so this would need patching `phpize`, `php-config` and others, to always pick the versioned variant of the command they are going...
@stof Willing to write a bit about it here? https://github.com/oerdnj/deb.sury.org/wiki (everybody should have a write permission). I'll review that happily
@mablae The highest installed version (the priority is computed as , e.g. 56 for PHP 5.6 and 70 for PHP 7.0).
@mablae You have asked for documentation about [PPA migration](https://github.com/oerdnj/deb.sury.org/wiki/PPA-migration-to-ppa:ondrej-php), it's a start and everybody is welcome to add more content there.
BTW If you run: ``` phpizeX.Y ./configure --with-php-config=php-configX.Y ``` It should pick the right PHP CLI binary. Other than that it would require she'll wrapper for each command to pick...
As this: https://packages.debian.org/source/unstable/php-doc doesn't have any versioned depends, you can just install the package by downloading it there. Is it too much inconvenient? (Please keep in mind that keeping an...
Thanks! > The LIFO behavior is intentional and cannot be changed. I thought so, but I couldn't find "why" anywhere. I think this should be documented - preferably a short...
> Pull requests welcome, at any rate. Sure, I just wanted to establish base facts first to prevent doing something that will get rejected.