[PHP-DEV] PHP 4 Bug Summary Report

2006-01-30 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (614 total including feature requests) ===[*General Issues]== 36001 Assigned make install fails when --enable-memory-limit used

[PHP-DEV] PHP 5 Bug Summary Report

2006-01-30 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (387 total including feature requests) ===[Apache related]=== 33292 Verified apache_get_modules() crashes 35940 Open virtual() and header('Location:') crashes

Re: [PHP-DEV] Re: zend_hash.c fishy code

2006-01-30 Thread Stefan Esser
Hello Sara, you are missing my point. My point is that when a hashtable contains these two elements example: BUCKET_ENTRY for h=15 --- Bucket1 : key == numeric - h= numeric hash value == 15 \ Bucket2: key == some string key, with a hash value equal to 15 Lets assume we want to

RE: [PHP-DEV] Re: zend_hash.c fishy code

2006-01-30 Thread Jared Williams
you are missing my point. My point is that when a hashtable contains these two elements example: BUCKET_ENTRY for h=15 --- Bucket1 : key == numeric - h= numeric hash value == 15 \ Bucket2: key == some string key, with a hash value equal to 15 Lets assume we want to

Re: [PHP-DEV] Re: zend_hash.c fishy code

2006-01-30 Thread Sara Golemon
you are missing my point. My point is that when a hashtable contains these two elements example: BUCKET_ENTRY for h=15 --- Bucket1 : key == numeric - h= numeric hash value == 15 \ Bucket2: key == some string key, with a hash value equal to 15 Lets assume we want to delete the key

Re: [PHP-DEV] SplObjectStorage

2006-01-30 Thread Jeff Moore
On Jan 28, 2006, at 4:08 PM, Kevin Waterson wrote: To give SplObjectStorage a better name. My best suggestion is SplUniqueObjectContainer. There may be a better choice. Why not just call it Betty. Why not? Betty is only slightly more vague than Storage. A vague name is nobody's

Re: [PHP-DEV] SplObjectStorage

2006-01-30 Thread Johannes Schlueter
Hi Jeff, On Monday 30 January 2006 19:11, Jeff Moore wrote: Why not just call it Betty. Why not? Betty is only slightly more vague than Storage. A vague name is nobody's friend. SplObjectStorage is some thing which stores objects, that can be read out of the name so it at least gives an

RE: [PHP-DEV] Re: zend_hash.c fishy code

2006-01-30 Thread Stanislav Malyshev
JW/* rearranged */ JWif ((p-h == h) (p-nKeyLength == nKeyLength) JW ((nKeyLength == 0) || (!memcmp(p-arKey, arKey, nKeyLength This doesn't seem to be good - there's still a case when p-nKeyLength != nKeyLength but the match should happen - when p is 15 (integer) and

Re: [PHP-DEV] SplObjectStorage

2006-01-30 Thread Jeff Moore
On Jan 30, 2006, at 1:33 PM, Johannes Schlueter wrote: SplObjectStorage is some thing which stores objects, that can be read out of the name so it at least gives an idea and compared to your SplUniqueObjectContainer it's quite short. There are many ways to store objects. Arrays can store

Re: [PHP-DEV] SplObjectStorage

2006-01-30 Thread Antony Dovgal
On 30.01.2006 22:04, Jeff Moore wrote: On Jan 30, 2006, at 1:33 PM, Johannes Schlueter wrote: SplObjectStorage is some thing which stores objects, that can be read out of the name so it at least gives an idea and compared to your SplUniqueObjectContainer it's quite short. There are many