fwiw i think no self-respecting codebase is depending on an ini-setting being correct for the ua in cases where the ua is actually important, so the breakage should be minimal.
On Sun, 27 Jun 2021 at 09:25, Aleksander Machniak <a...@alec.pl> wrote: > On 27.06.2021 08:48, Michael Maroszek wrote: > > That's what I also thought when making the PR and therefore I initially > > went with PHP_INI_ALL. > > > > But Tyson made a good point that the curl.cainfo is PHP_INI_SYSTEM and we > > might want to be consistent about modes inside an extension. > > Another option might be PHP_INI_PERDIR (for both). Why? Because that's > what's used for (similar) openssl extension configuration. > > ps. anyway, right now I'm on -1 for the new config option. > > -- > Aleksander Machniak > Kolab Groupware Developer [https://kolab.org] > Roundcube Webmail Developer [https://roundcube.net] > ---------------------------------------------------- > PGP: 19359DC1 # Blog: https://kolabian.wordpress.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > >