Re: [PHP-DEV] Help with corrupted defines [bug 11990]

2001-07-12 Thread Brian Lalor
[Adam, if you could pass this on to the guys who are considering my request, I'd appreciate it] I've been beating my forehead bloody against this bug, but no progress yet. Is it possible that the memory space holding the value for the key/value pair in the hash table for the defined constants is

Re: [PHP-DEV] Help with corrupted defines [bug 11990]

2001-07-12 Thread Andi Gutmans
Brian, In order to debug this you'd really need to try and cut it down to a smaller reproducible script. Maybe the best start for you is to compile with --enable-debug and see if you get any error messages from the memory manage in your error_log file about memory overruns and stuff. That coul

[PHP-DEV] Help with corrupted defines [bug 11990]

2001-07-12 Thread Brian Lalor
Hey all. I haven't seen any further traffic on this issue (aside from myself, that is :-) ). At one point yesterday, we were seeing an approximate 5% failure rate; 5% of pages served had errors due to garbage for a define. I spent some time poking about the PHP and Zend source yesterday and was