Re: [PHP-DEV] Re: Fast Parameter Parsing API

2014-08-27 Thread Dmitry Stogov
Hi Tjerk, Agree. Bob, is working on adopting his version of the patch. Once he finish, we will update RFC and open voting. If you have any related proposals, we may discuss them. Thanks. Dmitry. On Thu, Aug 28, 2014 at 8:05 AM, Tjerk Meesters wrote: > Hi all, > > Now that we’re slowly sett

[PHP-DEV] Re: Fast Parameter Parsing API

2014-08-27 Thread Tjerk Meesters
Hi all, Now that we’re slowly settling into the new big changes that were recently pushed into master, perhaps it’s a good time to review the Fast_ZPP proposal and put it to a vote. It’s already present in functions that are deemed to benefit most from this optimisation, which is what it was

Re: [PHP-DEV] /Zend Karma

2014-08-27 Thread Gmail
Hey: Sent from my iPhone > On Aug 28, 2014, at 3:32 AM, Andrea Faulds wrote: > > Good evening, > > I’d like to request /Zend karma so I don’t have to submit a pull request when > I have a trivial fix, like this one: https://github.com/php/php-src/pull/785 > > I know my way around Zend by now

[PHP-DEV] /Zend Karma

2014-08-27 Thread Andrea Faulds
Good evening, I’d like to request /Zend karma so I don’t have to submit a pull request when I have a trivial fix, like this one: https://github.com/php/php-src/pull/785 I know my way around Zend by now (largely from working on bigints), and if I do have a big change, I’d always pull request it

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

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

[PHP-DEV] VCS Account Request: eliw

2014-08-27 Thread Eli White
Specifically asked by Hannes to request an account, so that I can help take on approving/adding conferences to the conference list. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Remove generated lexers from git?

2014-08-27 Thread Pierre Joye
On Wed, Aug 27, 2014 at 7:04 PM, Xinchen Hui wrote: > 发自我的 iPad > >> 在 2014年8月27日,4:09,Stas Malyshev 写道: >> >> Hi! >> >>> On a similar theme, could we also get rid of the generated Zend VM, >>> and wire up zend_vm_gen.php to make like we wire up bison and re2c? >> >> That would make building PHP

Re: [PHP-DEV] Remove generated lexers from git?

2014-08-27 Thread Xinchen Hui
发自我的 iPad > 在 2014年8月27日,4:09,Stas Malyshev 写道: > > Hi! > >> On a similar theme, could we also get rid of the generated Zend VM, >> and wire up zend_vm_gen.php to make like we wire up bison and re2c? > > That would make building PHP for non-internals person harder and the > list of dependencies t

Re: [PHP-DEV] Remove generated VM from git?

2014-08-27 Thread Florian Anderiasch
On 26.08.2014 22:30, Andrea Faulds wrote: > On 26 Aug 2014, at 21:08, Stas Malyshev wrote: > >> That would make building PHP for non-internals person harder and the >> list of dependencies they need to get right longer. While providing zero >> added value. And yes, there are a lot of non-internal

Re: [PHP-DEV] Re: zpp and zend_string

2014-08-27 Thread Andrea Faulds
On 27 Aug 2014, at 06:34, Tjerk Meesters wrote: > With the recent merge of int64 the `zend_string` type now uses `size_t` to > store its length, but ZPP (and friends) still use `int *` to store the parsed > string lengths. > > http://lxr.php.net/xref/PHP_TRUNK/Zend/zend_API.c#519 > > This lo

Re: [PHP-DEV] Remove generated VM from git?

2014-08-27 Thread Andrea Faulds
On 27 Aug 2014, at 08:24, Patrick Schaaf wrote: > > Besides PHP itself (should my proposal > > succeed), you need other extra dependencies, including a lexer generator if > > Nikita’s proposal succeeds. > > The difference is that none of these are both required during the build _and_ > produc

[PHP-DEV] Re: [PHP-CVS] com php-src: fixes to string functions: ext/standard/php_string.h ext/standard/string.c

2014-08-27 Thread Nikita Popov
On Wed, Aug 27, 2014 at 8:38 AM, Anatol Belski wrote: > On Wed, August 27, 2014 01:32, Nikita Popov wrote: > > On Mon, Aug 18, 2014 at 3:39 PM, Anatol Belski wrote: > > > > > >> Commit:97e9d058f09c12161863e5c3832552eb5da3f3c6 > >> Author:Anatol Belski Mon, 18 Aug 2014 15:39:38 >

Re: [PHP-DEV] 5.6.0 final is near

2014-08-27 Thread Ferenc Kovacs
On Mon, Aug 25, 2014 at 2:45 PM, Ferenc Kovacs wrote: > > > > On Mon, Aug 25, 2014 at 2:38 PM, Remi Collet > wrote: > >> Le 17/08/2014 11:25, Ferenc Kovacs a écrit : >> > Hi, >> > >> > I'm planning to release 5.6.0 from RC4 if nothing serious comes up, >> > so this is just a heads-up: if you thi

Re: [PHP-DEV] Re: zpp and zend_string

2014-08-27 Thread Pierre Joye
On Wed, Aug 27, 2014 at 8:51 AM, Anatol Belski wrote: > Hi Tjerk, > > On Wed, August 27, 2014 07:34, Tjerk Meesters wrote: >> Hi internals, >> >> >> With the recent merge of int64 the `zend_string` type now uses `size_t` >> to store its length, but ZPP (and friends) still use `int *` to store the

Re: [PHP-DEV] Re: [VOTE] Abstract Syntax Tree

2014-08-27 Thread Matt Ficken
I get no new test failures on master after AST merged. Before and after the AST merge, I still get ~200 tests failing on Windows. My test runs turned up a few crashes, which I am reproducing to get BTs to share. I'm not sure if the crashes are AST related. On Tue, Aug 26, 2014 at 2:50 AM, Fer

Re: [PHP-DEV] Remove generated VM from git?

2014-08-27 Thread Patrick Schaaf
On Tuesday 26 August 2014 21:30:16 Andrea Faulds wrote: > > Why would a non-internals person want to build PHP from git? That’s just > making things harder on themselves. I disagree. The build environment I scripted together for myself, initializes a build tree (php-src and various extensions)