Etienne Kneuss schrieb:
> Why can't you use Reflection in this case? It looks like you can quite
> easily implement that in userland from Reflection.
Especially using setAcessible() which was added in PHP 5.3.
--
Sebastian Bergmann http://sebastian-bergmann.de/
GnuPG Ke
I'd also like to participate in translating.
Thanks!
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
php manual translation
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
core dev
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
On Tue, Jan 20, 2009 at 8:30 PM, Kenan R Sulayman
wrote:
> Hi,
> I'd like to propose a new function: spl_class_vars / params / contents.
>
> Notice: I haven't figured out a name yet Please help me find one.. :-)
>
> The function returns an array of the contents of the given class-object.
Hi!
maybe an IRC meeting is the easiest way to come to an agreement. How
about tomorrow evening 21:00 CEST in #php.closures on freenode?
ok
--
Stanislav Malyshev, Zend Software Architect
s...@zend.com http://www.zend.com/
(408)253-8829 MSN: s...@zend.com
--
PHP Internals - PHP Runtime Dev
Hi,
I'd like to propose a new function: spl_class_vars / params / contents.
Notice: I haven't figured out a name yet Please help me find one.. :-)
The function returns an array of the contents of the given class-object.
The class-object parameter may be text or rather directly the object ( new
f
Hi,
> maybe an IRC meeting is the easiest way to come to an agreement. How
> about tomorrow evening 21:00 CEST in #php.closures on freenode?
Just for clarification: I assume you mean Wednesday, January 21st, 19:00
UTC (CEST == UTC+2) and thus 20:00 CET? Would be fine with me.
Regards,
Christian
Hello,
On Tue, Jan 20, 2009 at 2:23 PM, Guilherme Blanco
wrote:
> Etienne,
>
> We all already considered to not implement spl_object_id as long as
> spl_object_hash is optimized.
Ok then, I'll provide a patch to improve spl_object_hash's
performance, which will also change it's output.
Documenta
Etienne,
We all already considered to not implement spl_object_id as long as
spl_object_hash is optimized.
Regards,
On Tue, Jan 20, 2009 at 11:20 AM, Etienne Kneuss wrote:
> Hello,
>
> On Tue, Jan 20, 2009 at 1:41 PM, Hannes Magnusson
> wrote:
>> On Tue, Jan 20, 2009 at 13:26, Etienne Kneuss
Hello,
On Tue, Jan 20, 2009 at 1:45 PM, Guilherme Blanco
wrote:
> Hi,
>
> It seems SplObjectStorage will solve my issue.
> We already spoke on pvt about how to handle things correctly too.
>
> Although this solve my issue, the point that Stan highlighted is
> valid. You may not find a good place
Hello,
On Tue, Jan 20, 2009 at 1:41 PM, Hannes Magnusson
wrote:
> On Tue, Jan 20, 2009 at 13:26, Etienne Kneuss wrote:
>>
>> Could you please provide an example, with code, in which this function
>> would be necessary ? (i.e. where you can't use SplObjeccctStorage)
>
> Why?
>
> As far as i under
Hi,
It seems SplObjectStorage will solve my issue.
We already spoke on pvt about how to handle things correctly too.
Although this solve my issue, the point that Stan highlighted is
valid. You may not find a good place where to use it, but
spl_object_hash is there and it has drawbacks. Just namin
On Tue, Jan 20, 2009 at 13:26, Etienne Kneuss wrote:
>
> Could you please provide an example, with code, in which this function
> would be necessary ? (i.e. where you can't use SplObjeccctStorage)
Why?
As far as i understand, the issue is that spl_object_hash() is slow
and people want a faster a
Hello,
On Tue, Jan 20, 2009 at 11:47 AM, Stan Vassilev | FM
wrote:
>
> Hi,
>
> I had a talk with Marcus, and he has agreed on this proposed solution:
>
> 1) SPL generates a pseudo-random session id/mask (for the current request,
> do not confuse with $_SESSION), which consists of 32 random
> byte
Hi,
maybe an IRC meeting is the easiest way to come to an agreement. How
about tomorrow evening 21:00 CEST in #php.closures on freenode?
regards.
Lukas
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I had a talk with Marcus, and he has agreed on this proposed solution:
1) SPL generates a pseudo-random session id/mask (for the current request,
do not confuse with $_SESSION), which consists of 32 random
bytes/characters.
2) The object is and the handler pointer are used to create a uni
Hello,
We already had that discussion in private, but here is a on-list summary:
On Mon, Jan 19, 2009 at 5:39 PM, Guilherme Blanco
wrote:
> Ok,
>
> We'll use this method inside Doctrine ORM version 2.0, scheduled to be
> released on September 1st, 2009.
>
> One main location where we are already
18 matches
Mail list logo