2009/9/19 Carsten Wiedmann
>
> Kalle Sommer Nielsen schrieb:
> > 2009/9/19 Carsten Wiedmann :
> >> So that's the next PHP release with a broken IPv6 support (after 5.2.10 and
> >> 5.3.0) and so it's not possible to update for some peoples.
> >
> > Is there a bug # on this so its not some unknown i
Hey all, thanks for the discussion.
First, in terms of implimentation, I've gone back and forth between a
few ways to expose it, but it struck me tonight that the most similar
keyword in use currently is $this. Next to that I think would be static.
But it seems like there is a bigger decisi
Kalle Sommer Nielsen schrieb:
> 2009/9/19 Carsten Wiedmann :
>> So that's the next PHP release with a broken IPv6 support (after 5.2.10 and
>> 5.3.0) and so it's not possible to update for some peoples.
>
> Is there a bug # on this so its not some unknown issue we suddenly
> have to know about?
S
2009/9/19 Carsten Wiedmann :
> So that's the next PHP release with a broken IPv6 support (after 5.2.10 and
> 5.3.0) and so it's not possible to update for some peoples.
Is there a bug # on this so its not some unknown issue we suddenly
have to know about?
--
regrads,
Kalle Sommer Nielsen
ka...@
Ilia Alshanetsky schrieb:
> The PHP development team would like to announce the immediate
> availability of PHP 5.2.11. ... All users of PHP 5.2 are encouraged to
> upgrade to this release.
So that's the next PHP release with a broken IPv6 support (after 5.2.10 and
5.3.0) and so it's not possible
On Friday 18 September 2009 9:12:55 am troels knak-nielsen wrote:
> On Fri, Sep 18, 2009 at 1:05 PM, Ford, Mike wrote:
> > Well, that sounds like a pretty good definition of a "magic" constant, so
> > maybe __CALLER__ might be appropriate as well?
>
> It's not a constant, is it now?
>
> __FILE__,
On Fri, Sep 18, 2009 at 1:05 PM, Ford, Mike wrote:
> Well, that sounds like a pretty good definition of a "magic" constant, so
> maybe __CALLER__ might be appropriate as well?
It's not a constant, is it now?
__FILE__, __LINE__, __CLASS__ etc. can be resolved at compile-time.
The caller will onl
2009/9/18 Ford, Mike :
>> -Original Message-
>> From: Richard Quadling [mailto:rquadl...@googlemail.com]
>> Sent: 18 September 2009 10:43
>
>>
>> Considering we have func_get_args(), maybe func_get_caller() would
>> be
>> a nice fit.
>>
>> I don't like the idea of a constant (CALLER) which
> -Original Message-
> From: Richard Quadling [mailto:rquadl...@googlemail.com]
> Sent: 18 September 2009 10:43
>
> Considering we have func_get_args(), maybe func_get_caller() would
> be
> a nice fit.
>
> I don't like the idea of a constant (CALLER) which changes value as
> you move aro
2009/9/17 Sebastian Bergmann :
> Chris Trahey schrieb:
>> using it is current-implimentation specific (i.e. developer needs to
>> know the format of the array returned)
>
> And adding another language feature is not something the developer needs
> to know?
>
> --
> Sebastian Bergmann
10 matches
Mail list logo