Hi!
> What about API clean up?
> Since we have setcookie()/setrawcookie() already, we may clean up
> current cookie API
>
> e.g.
> - cookie_set/setcookie($name, [$value, [array $options]])
> (Keep current signature also)
> - cookie_set_raw/setrawcookie($name, [$value, [array $options]])
> (Ke
On Oct 23, 2016 01:52, "Yasuo Ohgaki" wrote:
>
> Hi Leo,
>
> On Sat, Oct 22, 2016 at 6:53 AM, Leo Cavalcante
wrote:
> > I'd to contribute requesting voting privilegies,
> >
> > I'm Leo, a full-stack developer for Multi/Leadsolution, a marketing and
> > advertising company based on Sao Paulo, Braz
Thank you, Yasuo. I'll be looking for another ways to contribute. Cheers.
On Sat, Oct 22, 2016, 21:51 Yasuo Ohgaki wrote:
> Hi Leo,
>
> On Sat, Oct 22, 2016 at 6:53 AM, Leo Cavalcante
> wrote:
> > I'd to contribute requesting voting privilegies,
> >
> > I'm Leo, a full-stack developer for Multi
Hi Leo,
On Sat, Oct 22, 2016 at 6:53 AM, Leo Cavalcante wrote:
> I'd to contribute requesting voting privilegies,
>
> I'm Leo, a full-stack developer for Multi/Leadsolution, a marketing and
> advertising company based on Sao Paulo, Brazil.
>
> After more than 8 years working with PHP, from simple
On Sun, Oct 23, 2016 at 4:59 AM, Yasuo Ohgaki wrote:
> Numeric key name must be string?
>
> $obj->{'0'} = 1;
>
> or could be like (Without quotes)
>
> $obj->{0} = 1;
It seems variables can be numeric now.
https://3v4l.org/bjZ4d
Regards,
--
Yasuo Ohgaki
yohg...@ohgaki.net
--
PHP Internals - P
Hi Andrea,
On Sat, Oct 22, 2016 at 8:11 AM, Andrea Faulds wrote:
> To try and fix a longstanding issue, and to actually bring some attention to
> the fix, I've created a new RFC, which can be found here:
>
> https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts
>
> It targets PHP 7.
On Oct 22, 2016 00:00, "Leo Cavalcante" wrote:
>
> Hi,
> I'd to contribute requesting voting privilegies,
>
> I'm Leo, a full-stack developer for Multi/Leadsolution, a marketing and
> advertising company based on Sao Paulo, Brazil.
>
> After more than 8 years working with PHP, from simple websites