[PHP-DEV] make install overwriting php.ini

2022-09-16 Thread Mark Tomlin
To the release managers of PHP, please make sure that you do not overwrite the php.ini file. Making the php.ini.defaults file in the */usr/local/lib* is fine, but overwriting it when running *make install* is going to break some setups. This happened in both 8.2.0RC1 and now 8.2.0RC2. Please and t

[PHP-DEV] PHP-FPM Configuration Files listed in phpinfo()

2021-06-25 Thread Mark Tomlin
Hello internals, It would be nice if when using the php-fpm sapi, that phpinfo() function would report the php-fpm.conf file(s) that it's using to serve this page. I've moved servers a lot over the last 2 months and each package maintainer has their own locations for these configuration files.

Re: [PHP-DEV] [RFC][DISCUSSION] Match expression v2

2021-06-25 Thread Mark Tomlin
I really think that the implicit `match (true) {` is an easily understood behavior. On Fri, Jun 18, 2021 at 11:04 AM Guilliam Xavier wrote: > On Fri, Jun 18, 2021 at 4:24 PM Larry Garfield > wrote: > > > On Thu, Jun 17, 2021, at 1:49 PM, Mark Tomlin wrote: > > > Ple

Re: [PHP-DEV] [RFC][DISCUSSION] Match expression v2

2021-06-17 Thread Mark Tomlin
Please excuse the year long bump, but I was hoping to draw some more attention to the implicit "match (true)" case. I'm just a regular user of PHP, nothing too fancy, just one of the many, many people around the world who use PHP. When I first started using match statements, I thought it was a natu

Re: [PHP-DEV] SQLite 3.9.X in PHP 7.0.0RC6?

2015-10-21 Thread Mark Tomlin
stable). > > But if the RM ask for this change I'll be happy to do that. > > Kaplan > > > > On Wed, Oct 21, 2015 at 12:13 PM, Mark Tomlin wrote: > >> Will we see the bundled SQLite updated to the 3.9.x released in PHP >> 7.0.0RC6? >> >> -- >

[PHP-DEV] SQLite 3.9.X in PHP 7.0.0RC6?

2015-10-21 Thread Mark Tomlin
Will we see the bundled SQLite updated to the 3.9.x released in PHP 7.0.0RC6? -- Thank you for your time, Mark 'Dygear' Tomlin;