[PHP-DEV] Benchmark Results for PHP Master 2015-10-06

2015-10-06 Thread lp_benchmark_robot
Results for project php-src-nightly, build date 2015-10-06 05:13:02+03:00 commit: bc95a6109f0de4cec87f324512a672b472abd66f revision_date: 2015-10-06 01:03:35+02:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] [RFC] [DRAFT]: Consistent callables

2015-10-06 Thread Daniel Persson
Hi Dan. Had this email in the "need-to-read" pile for over a week and finally got the time to go though the RFC. Seems like this is something that we need to address. Inconsistencies are never good. The only thing I want to point out is that is_callable as well as method_exists don't state in

RE: [PHP-DEV] Re: Windows OpCache bug fix

2015-10-06 Thread Anatol Belski
Hi Dmitry, > -Original Message- > From: Dmitry Stogov [mailto:dmi...@zend.com] > Sent: Tuesday, October 6, 2015 10:01 AM > To: Anatol Belski > Cc: Matt Ficken ; Pierre Joye > ; Laruence ; PHP

[PHP-DEV] [RFC] [DISCUSSION]: Class Constant Visibility

2015-10-06 Thread Sean DuBois
Morning internals! I am starting the discussion around adding visibility modifiers to class constants. Following in the same pattern as properties. https://wiki.php.net/rfc/class_const_visibility There was some great discussion about this before as well http://news.php.net/php.internals/87946

Re: [PHP-DEV] Rogue Wave Software acquires enterprise PHP leader Zend

2015-10-06 Thread Chris Tankersley
I updated the blog post to better explain why changing the license would be hard and would probably never happen. -Chris On Tue, Oct 6, 2015 at 1:56 PM, Marcel Araujo wrote: > PHP won't die! > > http://ctankersley.com/2015/10/06/zends-acquisition-doesnt-matter/ > > PHP,

Re: [PHP-DEV] Rogue Wave Software acquires enterprise PHP leader Zend

2015-10-06 Thread Marcel Araujo
PHP won't die! http://ctankersley.com/2015/10/06/zends-acquisition-doesnt-matter/ PHP, and the Zend Engine, currently follow the PHP License. There's a line > at the top though that has people worried: > Copyright (c) 1999-2006 Zend Technologies Ltd. All rights reserved. > Zend holds the

Re: [PHP-DEV] Re: Windows OpCache bug fix

2015-10-06 Thread Matt Ficken
Ultimately if the 2nd OpCache is shared in a new SHM, in-process in a new SHM or in-process Heap, memory will increase, scripts have to be recompiled and there are consistency issues. File-cache will avoid recompiling scripts, but unless OpCache is disabled, there needs to be a 2nd OpCache stored

[PHP-DEV] Remove name mangling? (when creating variables from external sources)

2015-10-06 Thread Bishop Bettini
Hi! Currently dots and spaces are converted to underscores when pulling them in from HTML: Ostensibly[1], names were mangled to support import_request_variables and register_globals. But curiously other characters that would create an invalid variable aren't

Re: [PHP-DEV] Remove name mangling? (when creating variables from external sources)

2015-10-06 Thread Anthony Ferrara
Hey, On Tue, Oct 6, 2015 at 4:38 PM, Bishop Bettini wrote: > Hi! > > Currently dots and spaces are converted to underscores when pulling them in > from HTML: > > > > > > > > > > Ostensibly[1], names were mangled to support

Re: [PHP-DEV] Re: Windows OpCache bug fix

2015-10-06 Thread Dmitry Stogov
On Tue, Oct 6, 2015 at 9:27 AM, Matt Ficken wrote: > Ultimately if the 2nd OpCache is shared in a new SHM, in-process in a new > SHM or in-process Heap, memory will increase, scripts have to be recompiled > and there are consistency issues. File-cache will avoid

Re: [PHP-DEV] Re: Windows OpCache bug fix

2015-10-06 Thread Dmitry Stogov
Hi Eric, On Mon, Oct 5, 2015 at 9:49 PM, Eric Stenson wrote: > >From: Dmitry Stogov [mailto:dmi...@zend.com] > > > >> On Thu, Oct 1, 2015 at 11:54 AM, Matt Ficken > >> wrote: > >> > >>> Pierre Joy wrote: > >>> And what wincache does. It is

Re: [PHP-DEV] Re: Windows OpCache bug fix

2015-10-06 Thread Dmitry Stogov
On Mon, Oct 5, 2015 at 6:38 PM, Anatol Belski wrote: > > > > -Original Message- > > From: Dmitry Stogov [mailto:dmi...@zend.com] > > Sent: Monday, October 5, 2015 3:31 PM > > To: Anatol Belski > > Cc: Matt Ficken ;

Re: [PHP-DEV] RFC proposal.

2015-10-06 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 05/10/2015 00:10, somebody anon a écrit : "someone.wanted.to.be.unkn...@gmail.com" Can't be serious... > Hi PHP community. I am a developer with few years experience in PHP > and now want to propose some addition to default "filesystem" >

Re: [PHP-DEV] Re: Re: RFC proposal.

2015-10-06 Thread Johannes Schlüter
On Tue, 2015-10-06 at 15:42 +0400, somebody anon wrote: Please fix your mail program to provide a name and In-Reply-To and References headers so that we can address somebody and your mails are sorted correctly. > I've implemented this function and two other size-related in php [1], but I > think

[PHP-DEV] Re: Re: RFC proposal.

2015-10-06 Thread somebody anon
On 5 October 2015 17:42:08, Rowan Collins wrote: > An interesting idea. Do you have any idea of the values $format and $unit > would accept? Would it handle both decimal-based GB etc and binary-based GiB > etc [1]? > What about other units that can be scaled in the

[PHP-DEV] Rogue Wave Software acquires enterprise PHP leader Zend

2015-10-06 Thread Ferenc Kovacs
Hi, I've just read the news about the Zend acquisition: http://www.zend.com/en/resources/news-and-events/newsroom/press/3683_rogue-wave-software-acquires-enterprise-php-leader-zend-acquisition-broadens-enterprise-strength-across-top-five-development-languages I'm curious how will this change the

Re: [PHP-DEV] Rogue Wave Software acquires enterprise PHP leader Zend

2015-10-06 Thread Pierre Joye
On Tue, Oct 6, 2015 at 11:21 PM, Ferenc Kovacs wrote: > Hi, > > I've just read the news about the Zend acquisition: >

Re: [PHP-DEV] Rogue Wave Software acquires enterprise PHP leader Zend

2015-10-06 Thread David Zuelke
On 06.10.2015, at 19:28, Pierre Joye wrote: > The license cannot be changed without approvals of every contributor > to date. I very much doubt they will. And to make that point clear for > me, if they do and come with anything but the PHP license, I can > already say that

Re: [PHP-DEV] Re: Re: RFC proposal.

2015-10-06 Thread Sergey Vanyushin
2015-10-06 17:01 GMT+03:00 Johannes Schlüter : > On Tue, 2015-10-06 at 15:42 +0400, somebody anon wrote: > > Please fix your mail program to provide a name and In-Reply-To and > References headers so that we can address somebody and your mails are > sorted correctly. > > >

Re: [PHP-DEV] Rogue Wave Software acquires enterprise PHP leader Zend

2015-10-06 Thread Bishop Bettini
On Tue, Oct 6, 2015 at 12:21 PM, Ferenc Kovacs wrote: > ps: just noticed that http://www.zend.com/license/2_00.txt is a 404 even > thought that is linked from php-src/Zend/* and from the wikipedia page on > the Zend Engine License. > Indeed, the 2.0 license went dark between