[PHP-DEV] Re: Wiki permissions

2019-05-09 Thread Christoph M. Becker
On 10.05.2019 at 06:26, Scott Dutton wrote: > Could I get Wiki permissions to create an RFC for > > https://externals.io/message/104618 Do you have already registered via ? Which user name did you choose? -- Christoph M. Becker -- PHP Internals - PHP Runti

Re: [PHP-DEV] PHP Docker images

2019-05-09 Thread Pierre Joye
Hi, On Fri, May 10, 2019, 12:53 PM Martins Sipenko wrote: > Hi, > > I was hoping this could be somethat that would be backed by official PHP > and thus can be trusted. Currently there are some unofficial nightly > builds, but I’m reluctant to use them due to trust issues. > > Clearly we can buil

Re: [PHP-DEV] PHP Docker images

2019-05-09 Thread Martins Sipenko
Hi, I was hoping this could be somethat that would be backed by official PHP and thus can be trusted. Currently there are some unofficial nightly builds, but I’m reluctant to use them due to trust issues. Clearly we can build nightly images in house, but doing so does not bring any benefit to

Re: [PHP-DEV] PHP Docker images

2019-05-09 Thread Stanislav Malyshev
Hi! > I'm aware there are php images available on Docker hub, but as their docs > state those are not to be confused with any official php image provided by > php upstream. Generally, nothing prevents anybody from building a set of docker images the second after PHP tag is released. The only "off

[PHP-DEV] Wiki permissions

2019-05-09 Thread Scott Dutton
Hi Could I get Wiki permissions to create an RFC for https://externals.io/message/104618 Thanks -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] JSON_THROW_ON_ERROR implementation detail

2019-05-09 Thread Dan Ackroyd
Hi, Apparently there is an implementation detail in JSON_THROW_ON_ERROR that differs in the RFC text, from the discussion on list http://news.php.net/php.internals/100569: > I decided to reset it to no error because there's no > previous error that needs handling by error-checking code, the excep

Re: [PHP-DEV] Using extract() with $this

2019-05-09 Thread Nikita Popov
On Wed, May 8, 2019 at 11:16 PM Craig Duncan wrote: > Hi everyone, > > I've just opened a pull request for some changes to *extract()* handling of > *$this* > https://github.com/php/php-src/pull/4133 > > I had a look through the original RFC discussion, and it looks like > extract() was brought u

[PHP-DEV] Re: PCRE partial matching

2019-05-09 Thread Nikita Popov
On Wed, Mar 20, 2019 at 10:31 AM Nikita Popov wrote: > Hi internals, > > PCRE has some very nice partial matching functionality described at > https://www.pcre.org/current/doc/html/pcre2partial.html. This is useful > for streaming processing, as it allows you to distinguish between "there's > def

Re: [PHP-DEV] open_basedir?

2019-05-09 Thread BohwaZ/PHP
Kia ora, I'm against deprecating it or removing it. As said earlier, it has some security value, especially with mass hosting. If I'm hosting thousands of websites for thousands of users, using chroot is not doable, and open_basedir is a good alternative (at least it's better than nothing).