Re: [PHP-DEV] [PATCH] SplObjectStorage::removeCommon and removeUncommon

2010-12-19 Thread Hannes Magnússon
On Sun, Dec 19, 2010 at 16:16, Gustavo Lopes wrote: > On Sun, 19 Dec 2010 15:12:17 -, Hannes Magnússon > wrote: > >> On Sun, Dec 19, 2010 at 16:05, Gustavo Lopes >> wrote: >>> >>> On Sun, 19 Dec 2010 15:03:22 -, Hannes Magnússon >>> wrote: >>> On Sun, Dec 19, 2010 at 15:49, Gustavo

Re: [PHP-DEV] [PATCH] SplObjectStorage::removeCommon and removeUncommon

2010-12-19 Thread Gustavo Lopes
On Sun, 19 Dec 2010 15:12:17 -, Hannes Magnússon wrote: On Sun, Dec 19, 2010 at 16:05, Gustavo Lopes wrote: On Sun, 19 Dec 2010 15:03:22 -, Hannes Magnússon wrote: On Sun, Dec 19, 2010 at 15:49, Gustavo Lopes wrote: On Sun, 19 Dec 2010 05:33:56 -, Matthew Turland wrot

Re: [PHP-DEV] [PATCH] SplObjectStorage::removeCommon and removeUncommon

2010-12-19 Thread Hannes Magnússon
On Sun, Dec 19, 2010 at 15:49, Gustavo Lopes wrote: > On Sun, 19 Dec 2010 05:33:56 -, Matthew Turland > wrote: > >> Attached are source/test and manual patches for the addition of two >> methods to the SplObjectStorage class. These methods, removeCommon and >> removeUncommon, add support for

Re: [PHP-DEV] [PATCH] SplObjectStorage::removeCommon and removeUncommon

2010-12-19 Thread Gustavo Lopes
On Sun, 19 Dec 2010 05:33:56 -, Matthew Turland wrote: Attached are source/test and manual patches for the addition of two methods to the SplObjectStorage class. These methods, removeCommon and removeUncommon, add support for the difference and intersection set operations, respectively. I

[PHP-DEV] [PATCH] SplObjectStorage::removeCommon and removeUncommon

2010-12-18 Thread Matthew Turland
Attached are source/test and manual patches for the addition of two methods to the SplObjectStorage class. These methods, removeCommon and removeUncommon, add support for the difference and intersection set operations, respectively. php-src-5.3-patch.diff is against php/php-src/branches/PHP_5_3 ph