Re: [PHP-DEV] Global HashTables & access violations

2002-10-21 Thread Tony Leake
On Mon, 2002-10-21 at 20:19, Brian 'Bex' Huff wrote: > Ive written an extension to PHP that (among other things) uses a global > HashTable object for a mini cache. I fill it, and then have a simple > PHP function to pull a string out of the cache, and return it. However, > I keep getting wier

[PHP-DEV] Global HashTables & access violations

2002-10-21 Thread Brian 'Bex' Huff
php 4.2.3 and 4.2.2 windows 2000 command line debugging I posted this a week ago, no replies yet... Ive written an extension to PHP that (among other things) uses a global HashTable object for a mini cache. I fill it, and then have a simple PHP function to pull a string out of the cache, and