Re: [PHP-DEV] [VOTE][RFC] intdiv()

2014-07-31 Thread Chris Wright
On 30 July 2014 18:51, Adam Harvey wrote: > -1 explanation: I don't think %% is clear enough, the only sensible > syntax choice (//) is unavailable to us, and I think the utility of > having it baked into the language as an operator is pretty minimal > regardless (I coded a lot of Python for scien

Re: [PHP-DEV] Reporting bugs for phpng

2014-07-31 Thread Pascal Chevrel
Le 26/07/2014 04:42, Laruence a écrit : Hey: On Fri, Jul 25, 2014 at 9:14 PM, Pascal Chevrel wrote: Hi, I tried the .deb package for phpng that Zend provides since yesterday (thanks for that!) and I hit a memory consumption issue with the first of my scripts I tried: PHPNG: Memory peak: 6291

Re: [PHP-DEV] Reporting bugs for phpng

2014-07-31 Thread Matteo Beccati
On 26/07/2014 04:42, Laruence wrote: > PHPNG is not listed in bugs.php.net yet. but as it's a branch of PHP > , I think it's okey to report it there, and note it's PHPNG in the > comment. for now. wouldn't it be fairly easy to create a new entry in the version dropdown? Cheers -- Matteo Beccat

Re: [PHP-DEV] Reporting bugs for phpng

2014-07-31 Thread Laruence
Hey: On Thu, Jul 31, 2014 at 8:29 PM, Pascal Chevrel wrote: > Le 26/07/2014 04:42, Laruence a écrit : > >> Hey: >> >> On Fri, Jul 25, 2014 at 9:14 PM, Pascal Chevrel >> wrote: >>> >>> Hi, >>> >>> I tried the .deb package for phpng that Zend provides since yesterday >>> (thanks for that!) and I h

Re: [PHP-DEV] Reporting bugs for phpng

2014-07-31 Thread Pascal Chevrel
Le 31/07/2014 16:23, Laruence a écrit : Hey: On Thu, Jul 31, 2014 at 8:29 PM, Pascal Chevrel wrote: Le 26/07/2014 04:42, Laruence a écrit : Hey: On Fri, Jul 25, 2014 at 9:14 PM, Pascal Chevrel wrote: Hi, I tried the .deb package for phpng that Zend provides since yesterday (thanks for t

[PHP-DEV] Re: VCS Account Request: drew

2014-07-31 Thread PHP Group
VCS Account Approved: drew approved by bjori \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [RFC] Introduce Abstract Syntax Tree

2014-07-31 Thread Nikita Popov
Hi internals! I've created a draft RFC and implementation for the introduction of an Abstract Syntax Tree (AST) as an intermediate structure in our compilation process: https://wiki.php.net/rfc/abstract_syntax_tree The RFC outlines why an AST is beneficial, how it impacts performance and me

Re: [PHP-DEV] [RFC] Introduce Abstract Syntax Tree

2014-07-31 Thread Sara Golemon
On Thu, Jul 31, 2014 at 11:11 AM, Nikita Popov wrote: > I've created a draft RFC and implementation for the introduction of an > Abstract Syntax Tree (AST) as an intermediate structure in our compilation > process: > > https://wiki.php.net/rfc/abstract_syntax_tree > > The RFC outlines why an

Re: [PHP-DEV] [RFC] Introduce Abstract Syntax Tree

2014-07-31 Thread Michael Wallner
On 31 July 2014 20:11, Nikita Popov wrote: > Hi internals! > > I've created a draft RFC and implementation for the introduction of an > Abstract Syntax Tree (AST) as an intermediate structure in our compilation > process: > > https://wiki.php.net/rfc/abstract_syntax_tree > > The RFC outlines

Re: [PHP-DEV] [RFC] Introduce Abstract Syntax Tree

2014-07-31 Thread guilhermebla...@gmail.com
OMG, so +1 on this! *rolling eyes* We'd be a step away for hookable grammars! \o/ On Thu, Jul 31, 2014 at 2:27 PM, Michael Wallner wrote: > On 31 July 2014 20:11, Nikita Popov wrote: > > > Hi internals! > > > > I've created a draft RFC and implementation for the introduction of an > > Abstract

Re: [PHP-DEV] [RFC] Introduce Abstract Syntax Tree

2014-07-31 Thread Andrea Faulds
On 31 Jul 2014, at 19:11, Nikita Popov wrote: > I've created a draft RFC and implementation for the introduction of an > Abstract Syntax Tree (AST) as an intermediate structure in our compilation > process: Oh man, you got the implementation done? That makes me so happy. ^^ Like Sara, I am ver

Re: [PHP-DEV] Reporting bugs for phpng

2014-07-31 Thread Nikita Popov
On Thu, Jul 31, 2014 at 4:23 PM, Laruence wrote: > Hey: > > I am afraid this is not a bug. > > it's due to our new immutable array implementation. > > all these langs map array are constant array, such it will be treat as > immutable array, which means it will not be released untill the > request

Re: [PHP-DEV] Reporting bugs for phpng

2014-07-31 Thread Andrea Faulds
On 31 Jul 2014, at 17:34, Pascal Chevrel wrote: > The problem is that the more arrays I load, the more memory PHPNG consumes > while current versions of PHP have that value mostly stable. I have with > PHPNG a scalability issue I don't have with regular PHP. If tomorrow I > increase the numbe

[PHP-DEV] PHP 5.6.0RC3 Released for Testing!

2014-07-31 Thread Ferenc Kovacs
Hi, The third Release Candidate for 5.6.0 was just released and can be downloaded from: http://qa.php.net/ The Windows binaries are available at http://windows.php.net/qa/ Please test it carefully, and report any bugs in the bug system. The next Release Candidate will be tagged on Tues

[PHP-DEV] PHP 5.3.29RC1 Released for Testing!

2014-07-31 Thread Johannes Schlüter
Hi, The first Release Candidate for 5.3.29 was just released and can be downloaded from: http://qa.php.net/ The Windows binaries are available at http://windows.php.net/qa/ As 5.3.29 is supposed to be the last and final release of the 5.3 series ever please test your code very carefull