Re: [PHP-DEV] SplObjectStorage

2006-01-27 Thread Jeff Moore
On Jan 27, 2006, at 10:26 PM, Marcus Boerger wrote: what the hell do you want? To give SplObjectStorage a better name. My best suggestion is SplUniqueObjectContainer. There may be a better choice. Best Regards, Jeff -- PHP Internals - PHP Runtime Development Mailing List To unsubscrib

Re: [PHP-DEV] SplObjectStorage

2006-01-27 Thread Marcus Boerger
Hello Jeff, what the hell do you want? Friday, January 27, 2006, 8:23:26 PM, you wrote: > Hi, Marcus, > On Jan 27, 2006, at 1:10 PM, Marcus Boerger wrote: >> yes, it is a conainer and not a set. > So why not call it a container instead of storage? >> And it cannot take anything other >> t

[PHP-DEV] CVS Account Request: amistry

2006-01-27 Thread Anish Mistry
Re: [PEAR-QA] Re: Net_Sieve maintainer From: Arnaud Limbourg <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Today 03:29:17 am Hi, Go ahead, having a maintainer is a good thing :) I'll update the package homepage. Arnaud. Quoting Pierre <[EMAIL PROTECTED]>: > Hello, > > I confirmed thi

Re: [PHP-DEV] SplObjectStorage

2006-01-27 Thread Jeff Moore
Hi, Marcus, On Jan 27, 2006, at 1:10 PM, Marcus Boerger wrote: yes, it is a conainer and not a set. So why not call it a container instead of storage? And it cannot take anything other than php objects. That's why. SplObjectContainer? But, then, it has that uniqueness constraint. The

Re: [PHP-DEV] SplObjectStorage

2006-01-27 Thread Marcus Boerger
Hello Jeff, yes, it is a conainer and not a set. And it cannot take anything other than php objects. That's why. Friday, January 27, 2006, 5:37:09 PM, you wrote: > SplObjectStorage: > "This container allows to store objects uniquly without the need to > compare them one by one." > Unless I'

Re: [PHP-DEV] [PATCH] __toString()

2006-01-27 Thread Sara Golemon
The pecl package 'operator' (http://pecl.php.net/package/operator) sounds like what you might be looking for. Wow, great! All I have to do is to implement a __assign_concat() method? Yep, atm you can refer to the test files included in the package (no other docs yet). Patrick also blogged up

[PHP-DEV] crashing due to get_properties handler

2006-01-27 Thread Rob Richards
Is it required that the get_properties handler be implemented for an object? In the source there are places that it tests if it is implemented and then tests the returned value in the event it is NULL. The problem is that this is not consistent throughout the zend and php source and I'm getting

[PHP-DEV] SplObjectStorage

2006-01-27 Thread Jeff Moore
SplObjectStorage: "This container allows to store objects uniquly without the need to compare them one by one." Unless I'm mistaken, in Java and Mathematics, this is called a Set. "A collection that contains no duplicate elements." Is there some reason not to name the class for the general

Re: [PHP-DEV] [PATCH] __toString()

2006-01-27 Thread Thomas Moenicke
Carl P. Corliss wrote on Freitag, 27. Januar 2006 16:27: > The pecl package 'operator' (http://pecl.php.net/package/operator) > sounds like what you might be looking for. Wow, great! All I have to do is to implement a __assign_concat() method? Incredible! Thank you, thanks to Sara! Why this is

Re: [PHP-DEV] [PATCH] __toString()

2006-01-27 Thread Carl P. Corliss
Thomas Moenicke wrote: [snip] Is there a generic way (for extensions, of course) to override the operators between objects implementing __toString()? [snip] The pecl package 'operator' (http://pecl.php.net/package/operator) sounds like what you might be looking for. Cheers!, -- Carl -- PHP

Re: [PHP-DEV] [PATCH] __toString()

2006-01-27 Thread Thomas Moenicke
Marcus Boerger wrote: > Hello Jeremy, > > it is supposed to work everywhere in head and will be available in 5.2. > Is there a generic way (for extensions, of course) to override the operators between objects implementing __toString()? See, I have two objects: $o1 = new QString("php")

[PHP-DEV] Re: Need help in defining a class from C code.

2006-01-27 Thread Kiput
> What functionality is it that you feel is lacking from sapi/embed? I know > that C != C++, but C++ can certainly link against C libraries and using > sapi/embed is pretty well dirt-simple. Or were you planning on dumbing it > down to the point where the C++ developer doesn't need to know what z

[PHP-DEV] CVS Account Request: sivaraj005

2006-01-27 Thread sivaraj
documentation -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php