Re: [PHP-DEV] Status of pickle?

2019-03-28 Thread Pierre Joye
On Thu, Mar 28, 2019, 10:40 PM Levi Morrison wrote: > I was reviewing the options for installing extensions on a per-project > basis. The most recent effort I have found was pickle. Can someone > more knowledgeable chime in on the status of the project? I'm also > interested in why it hasn't

[PHP-DEV] Updating bundled libs (specifially, oniguruma) on 7.1/7.2

2019-03-28 Thread Stanislav Malyshev
Hi! I wonder if there's any reason not to update bundled oniguruma library for 7.1/7.2. 7.1 one is ancient, 7.2 one is more recent but still behind. There are numerous fixes, I am sure, and one functionality improvement that allows to implement proper stack depth limiting

Re: [PHP-DEV] Offset-only results from preg_match

2019-03-28 Thread C. Scott Ananian
On Wed, Mar 27, 2019 at 5:41 PM C. Scott Ananian wrote: > I've created https://github.com/php/php-src/pull/3994 implementing this > fix, and confirmed that it is sufficient to get my large regexp interned > when it is rewritten as a class constant referencing > HTMLData::NAMED_ENTITY_REGEX. >

Re: [PHP-DEV] Status of pickle?

2019-03-28 Thread Joe Watkins
Morning Levi, For me, as author of many extensions, pickle becomes valuable at the point when composer supports it and we have another route to deployment built into composer. Currently, there is no remarkable difference between using pecl or pickle to build, except pecl is available everywhere,

[PHP-DEV] Status of pickle?

2019-03-28 Thread Levi Morrison
I was reviewing the options for installing extensions on a per-project basis. The most recent effort I have found was pickle. Can someone more knowledgeable chime in on the status of the project? I'm also interested in why it hasn't gained more traction. -- PHP Internals - PHP Runtime

Re: [PHP-DEV] [RFC] Change the precedence of the concatenation operator

2019-03-28 Thread Arvids Godjuks
Hello, On the one hand - seems logical. On the other hand - makes things less clear when reading the code. With parenthesis, the code is made explicit, so you treat code like given in an example as a code smell. I'd encourage people to always use parentheses. But overall I'd say the change makes

[PHP-DEV] [RFC] Change the precedence of the concatenation operator

2019-03-28 Thread Bob Weinand
Hey, I feel like concatenation having the same precedence than addition and subtraction is promoting programmers to make mistakes. Albeit typically easy to catch ones, it is a quality of life change at least. Hence I'm proposing a RFC changing the precedences:

RE: [PHP-DEV] Retiring PHP's Mirror Program

2019-03-28 Thread Sascha Schumann
> So I guess we (I) need to modify that script to not CNAME these to the > respective mirrors, but instead to star-php-net.ax4z.com. instead? I can > work on that (tomorrow). Sounds good. Sascha -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] [RFC] DOM Living Standard API

2019-03-28 Thread Benjamin Eberlei
On Thu, Mar 28, 2019 at 12:57 PM Rob Richards wrote: > On 3/23/19 5:33 AM, Benjamin Eberlei wrote: > > On Fri, Mar 22, 2019 at 11:26 PM Claude Pache > > wrote: > > > >> Beware that behaviour of some methods should differ between HTML and > >> non-HTML documents. For instance, the RFC says: > >>

RE: [PHP-DEV] Retiring PHP's Mirror Program

2019-03-28 Thread Derick Rethans
On Thu, 28 Mar 2019, Sascha Schumann wrote: > Hi Derick, > > there is no * or nl1 record in the php.net zone, so I cannot change it. > > I guess that it is done on the easydns side. There is a nl1 record in our zone that we generate from our master database with the

Re: [PHP-DEV] [RFC] DOM Living Standard API

2019-03-28 Thread Rob Richards
On 3/23/19 5:33 AM, Benjamin Eberlei wrote: > On Fri, Mar 22, 2019 at 11:26 PM Claude Pache > wrote: > >> Beware that behaviour of some methods should differ between HTML and >> non-HTML documents. For instance, the RFC says: >> >>> DOMElement→nodeName casing was previously undefined, it is now

RE: [PHP-DEV] Retiring PHP's Mirror Program

2019-03-28 Thread Sascha Schumann
Hi Derick, there is no * or nl1 record in the php.net zone, so I cannot change it. I guess that it is done on the easydns side. Cheers Sascha

RE: [PHP-DEV] Retiring PHP's Mirror Program

2019-03-28 Thread Derick Rethans
Hi, Just an update: our CDN now accepts mirror URLs as well, so we can potentially start swapping DNS. I would like to do that a country at a time. Mark, would you mind if I do that with nl1.php.net (and nl3) first? Actually, that already happens :-) $ wget http://nl1.php.net/ --2019-03-28

RE: [PHP-DEV] Retiring PHP's Mirror Program

2019-03-28 Thread Derick Rethans
Hi Jaime, I think we can do something like that. Thanks for the support! cheers, Derick On Wed, 27 Mar 2019, Jaime Andres wrote: > Hello team! > > I've been happily sponsoring 3 mirrors in 3 countries for several years. > > It feels a bit sad to see the mirror program go away. I will be