Ping ?
On Thu, Jun 27, 2013 at 2:01 PM, Lior Kaplan wrote:
> Helping with merging patches and pull requests
>
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
If you are people from Zend, it's faster to ask Zeev or anyone else who
already have karma.
--
Yasuo Ohgaki
yohg...@ohgaki.net
2013/7/9 Lior Kaplan
> Ping ?
>
> On Thu, Jun 27, 2013 at 2:01 PM, Lior Kaplan wrote:
>
> > Helping with merging patches and pull requests
> >
> >
> > --
> > PHP Inte
Thanks for the tip. I do work for Zend, but ask for the accont to
contribute privately.
I don't want access only because of corporate affiliation.
I asked for the accont after a short discussion about pull requests, and
was invited to help...
Kaplan
On Tue, Jul 9, 2013 at 11:02 AM, Yasuo Ohgaki
VCS Account Approved: kaplan approved by rasmus \o/
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
I know this conversation kinda stopped a couple weeks ago, but I want to
throw into the ring that HHVM already has a syntax for return type hinting
and it'd be awesome if we (with my PHP hat on) brought the two
implementations together rather than take them further apart.
In HHVM's case a function
> function foo(SomeClass $bar, int $baz) : bool {
>
> }
>
This does have the advantage that function declarations are still grepable.
In my experience this is one of the loudest complaints about previous ideas.
hi Anthony!
On Wed, Jul 3, 2013 at 4:12 PM, Anthony Ferrara wrote:
> Hey all,
>
> So I've started the refactor to change the stored string size from int to
> size_t.
Great work so far! Thanks! :)
> I've got it compiling and the tests mostly passing (not all), when run with
> --disable-all and