notes on hashes in globals

php.internals

Alan Knowles

21 years ago
If anyone has time to comment on this - it's a summary of how to store an hash of user defined structs in extension globals. http://www.akbkhome.com/wiki.php/DBDO/hashes.html I've still got to test it, but If anyone wants to comment on any ineffeciencies.. it would be useful.. Regards Alan

l0t3k

21 years ago
Alan, thats for writing this. i'm currently using a homegrown method for storing frequently accessed statically created objects, but i think i'll try your suggestion. no comments on efficiency, since my concern is mainly reducing memory allocations and constructor call overhead, and this should work nicely. l0t3k "Alan Knowles" <alan@akbkhome.com> wrote in message news:413937D3.1030204@akbkhome.com...