Re: [PHP-DEV] Re: RFC Weakrefs

2019-02-05 Thread Joe Watkins
Hi all, I have considered maps ... since it is possible to do in userland, I don't consider it super urgent, and even if you do, it doesn't become urgent until PHP 7.4 is much closer to release. So, we have almost a year; If this flies in, it's *highly* likely I'll follow it up ... but don't real

Re: [PHP-DEV] Re: RFC Weakrefs

2019-02-04 Thread Michael Wallner
On 03/02/2019 22:49, Christoph M. Becker wrote: > > Not sure about removal from the PHP manual. This may never have > happened before (except for PECL/idn which conflicted with ext/intl). > Might be better to discuss this on the doc mailing list. > > F'up2 > Oh, it happened. I deleted http-v

Re: [PHP-DEV] Re: RFC Weakrefs

2019-02-04 Thread Andrea Faulds
Hello, Joe Watkins wrote: Already taken care of :) On a side note, at what point do we remove stuff from the manual/pecl, the weakref is extension is dead, can't work with current versions of PHP, and there was never a stable release ? I'm not even sure we have a mechanism to delete stuff from

Re: [PHP-DEV] Re: RFC Weakrefs

2019-02-03 Thread Christoph M. Becker
On 03.02.2019 at 20:05, Peter Kokot wrote: > On Sun, 3 Feb 2019 at 20:00, Joe Watkins wrote: >> >> On a side note, at what point do we remove stuff from the manual/pecl, the >> weakref is extension is dead, can't work with current versions of PHP, and >> there was never a stable release ? >> >> I

Re: [PHP-DEV] Re: RFC Weakrefs

2019-02-03 Thread Peter Kokot
Hello, On Sun, 3 Feb 2019 at 20:00, Joe Watkins wrote: > > Already taken care of :) > > On a side note, at what point do we remove stuff from the manual/pecl, the > weakref is extension is dead, can't work with current versions of PHP, and > there was never a stable release ? > > I'm not even sur

Re: [PHP-DEV] Re: RFC Weakrefs

2019-02-03 Thread Joe Watkins
Already taken care of :) On a side note, at what point do we remove stuff from the manual/pecl, the weakref is extension is dead, can't work with current versions of PHP, and there was never a stable release ? I'm not even sure we have a mechanism to delete stuff from pecl ... there's probably qu

Re: [PHP-DEV] Re: RFC Weakrefs

2019-02-03 Thread Christoph M. Becker
On 03.02.2019 at 19:39, Joe Watkins wrote: > Does that solve the problem for you Christoph ? Yes, calling the class WeakReference would be fine for me. -- Christoph M. Becker -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: RFC Weakrefs

2019-02-03 Thread Joe Watkins
Updated patch, name is WeakReference. Cheers Joe On Sun, 3 Feb 2019 at 19:39, Joe Watkins wrote: > Does that solve the problem for you Christoph ? > > Cheers > Joe > > On Sun, 3 Feb 2019 at 19:08, Robert Korulczyk wrote: > >> >> > I can't really think of another name ... it's ... a weakref ...

Re: [PHP-DEV] Re: RFC Weakrefs

2019-02-03 Thread Joe Watkins
Does that solve the problem for you Christoph ? Cheers Joe On Sun, 3 Feb 2019 at 19:08, Robert Korulczyk wrote: > > > I can't really think of another name ... it's ... a weakref ... > > It is actually "weak reference", so why not WeakReference? > > > Regards, > Robert Korulczyk >

Re: [PHP-DEV] Re: RFC Weakrefs

2019-02-03 Thread Robert Korulczyk
> I can't really think of another name ... it's ... a weakref ... It is actually "weak reference", so why not WeakReference? Regards, Robert Korulczyk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php