Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable

2015-11-22 Thread Joe Watkins
I may have misunderstood, will this be fixed before GA or not ? Cheers Joe On Mon, Nov 23, 2015 at 7:52 AM, Joe Watkins wrote: > Morning Anatol, > > > People that don't test RC won't start to test any later RC anyway. > > This wasn't reported by "people", this was found by one of us. > > The pr

Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable

2015-11-22 Thread Joe Watkins
Morning Anatol, > People that don't test RC won't start to test any later RC anyway. This wasn't reported by "people", this was found by one of us. The problem isn't only that we have a bug in symbol tables, the problem is that the bug was found so very late in the process. We cannot reasonably

RE: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable

2015-11-22 Thread Anatol Belski
Hi, > -Original Message- > From: Rasmus Lerdorf [mailto:ras...@lerdorf.com] > Sent: Sunday, November 22, 2015 11:20 PM > To: Anthony Ferrara ; Zeev Suraski > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] INDRECT in arrays causes count() to become > unpredictable > > On 11/22/2015

[PHP-DEV] Re: [INTERNALS-WIN] Re: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-11-22 Thread Matt Wilmas
Hi Anatol, all, - Original Message - From: "Anatol Belski" Sent: Monday, November 16, 2015 Hi Matt, -Original Message- From: Matt Wilmas [mailto:php_li...@realplain.com] Sent: Monday, November 16, 2015 2:59 PM To: Anatol Belski ; internals@lists.php.net; internals- w...@list

Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable

2015-11-22 Thread Joe Watkins
I can hardly believe this conversation has gone the way it has ... I'm only happy the release managers are the ones to make the decision, and have no reason to distrust their judgement. Can we get a release manager to start saying reasonable things please ... Cheers Joe On Mon, Nov 23, 2015 at

Re: [PHP-DEV] Re: Windows (Visual Studio) compiler stuff

2015-11-22 Thread Matt Wilmas
Hi Dmitry, - Original Message - From: "Dmitry Stogov" Sent: Monday, November 16, 2015 Hi Matt, On Mon, Nov 16, 2015 at 1:30 AM, Matt Wilmas wrote: Hi Dmitry, Anatol, Pierre (etc.), and all, I'm back now, I think, after a much longer (unintentional) break than I expected. Be coming

Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable

2015-11-22 Thread Phil Sturgeon
On Sun, Nov 22, 2015 at 12:19 PM, Rasmus Lerdorf wrote: > On 11/22/2015 06:18 AM, Anthony Ferrara wrote: >> Zeev, >> >> On Sat, Nov 21, 2015 at 11:52 PM, Zeev Suraski wrote: >>> On 22 בנוב׳ 2015, at 0:47, Anthony Ferrara wrote: I think this is significant enough to be a blocker to

Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable

2015-11-22 Thread Rasmus Lerdorf
On Nov 23, 2015, at 00:48, Adam Harvey wrote: > > Here's an alternative suggestion: we've previously switched to one > week RC cycles late in the piece when trying to get major releases > stabilised and we're at the point of only fixing one or two things per > RC. That's exactly where we are now.

Re: [PHP-DEV] Re: Resource typehint and return type

2015-11-22 Thread Ben Scholzen 'DASPRiD'
On 13.11.2015 12:59, Bob Weinand wrote: The alternative is replacing the resources by proper objects, without methods and public properties. Then we could integrate it into our object hierarchy in a very lightweight way with proper typing. Having special syntax doesn't really improve it much..

Re: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-11-22 Thread Matt Wilmas
Hi Anatol, Dmitry, all, Will reply about the original subject issues soon, but this is about new stuff I noticed the other day... Adding Matt Tait and Nikita because of PR #1418 and comments. Anyway, the new Control Flow Guard (/guard:cf) is causing a big slowdown on bench.php. :-( 14% on

Re: [PHP-DEV] Pear fetch script problem on PHP 7.0

2015-11-22 Thread Ferenc Kovacs
On Sun, Nov 22, 2015 at 12:23 PM, Lior Kaplan wrote: > Hi, > > Trying to build PHP 7 RC7 on Darwin I get: > > [activating module `php7' in /usr/local/zend/apache2/conf/httpd.conf] > Installing PHP CLI binary:/usr/local/zend/bin/ > Installing PHP CLI man page: /usr/local/zend/share/ma

Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable

2015-11-22 Thread Adam Harvey
On 22 November 2015 at 14:19, Rasmus Lerdorf wrote: > On 11/22/2015 06:18 AM, Anthony Ferrara wrote: >> Zeev, >> >> On Sat, Nov 21, 2015 at 11:52 PM, Zeev Suraski wrote: >>> >>> IMHO, unless we think fixing this would require breaking binary >>> compatibility (which I don't think is the case) -

Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable

2015-11-22 Thread Rafael Dohms
On Sun, Nov 22, 2015 at 11:19 PM, Rasmus Lerdorf wrote: > Let's get 7.0.0 out the door and get ourselves on > track for regular point releases without any of this "perfect-release" > stress. > > -Rasmus > > Can I just bring us back to a week ago when we spent a couple days discussing the "new" re

Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable

2015-11-22 Thread Rasmus Lerdorf
On 11/22/2015 06:18 AM, Anthony Ferrara wrote: > Zeev, > > On Sat, Nov 21, 2015 at 11:52 PM, Zeev Suraski wrote: >> >>> On 22 בנוב׳ 2015, at 0:47, Anthony Ferrara wrote: >>> >>> I think this is significant enough to be a blocker to gold and that we >>> should fix it prior to release. >>> >>> Tho

[PHP-DEV] Re: Pear fetch script problem on PHP 7.0

2015-11-22 Thread Andrea Faulds
Hi Lior, Lior Kaplan wrote: Fatal error: Redefinition of parameter $argv in /php-7.0.0RC7/pear/fetch.php on line 3 make: *** [install-pear] Error 255 This is a strange and rather concerning error message. If I look at the source code of /pear/fetch.php in php-src, line three looks like this:

[PHP-DEV] Re: PHP7 Coalesce operator

2015-11-22 Thread Andrea Faulds
Hi, shadda wrote: I had a question-suggestion based around the cool new operator we’re getting in PHP7, the ?? operator, which as I understand it is the functional equivalent to perl’s // operator; in that they both test for whether or not a variable is defined, rather than it’s truthiness.

[PHP-DEV] Re: [RFC] HTTP/2 Server Push support in ext/curl

2015-11-22 Thread Davey Shafik
On Wed, Nov 18, 2015 at 6:34 PM, Davey Shafik wrote: > Forgot to mention, if you'd like to try this patch for yourself, check out > my Docker container stuff here (with instructions :): > https://github.com/dshafik/php-http2-push-example > > On Wed, Nov 18, 2015 at 5:31 PM, Davey Shafik wrote: >

[PHP-DEV] Pear fetch script problem on PHP 7.0

2015-11-22 Thread Lior Kaplan
Hi, Trying to build PHP 7 RC7 on Darwin I get: [activating module `php7' in /usr/local/zend/apache2/conf/httpd.conf] Installing PHP CLI binary:/usr/local/zend/bin/ Installing PHP CLI man page: /usr/local/zend/share/man/man1/ Installing phpdbg binary: /usr/local/zend/bin/ Inst

[PHP-DEV] PHP7 Coalesce operator

2015-11-22 Thread shadda
Hey all. Been a while since I popped into this list. You may remember me from such emails as “Why god can’t we have namespaces”, or “so we’re still not fixing strpos, eh?” I had a question-suggestion based around the cool new operator we’re getting in PHP7, the ?? operator, which as I understan