On Sat, 5 Mar 2005 16:05:45 -0500 (EST), Yermo Lamers <[EMAIL PROTECTED]> wrote: > At least with --enable-debug turned on the coredump problems goes away and > it generates very nice buffer overrun errors. > Like I said, I haven't had much luck reporting bugs. No problem. I > understand they are very busy; and I'm willing to help if I can. But > showing no interest and dismissing serious bugs out of hand is a real > problem.
The problem you're having is not giving the right information. For instance, the buffer overrun errors would be an ideal thing to attach to your bug report. > Symbol table trashing bugs due to buffer management errors have plagued > PHP since the 4.0 days. I had held out hope they would be resolved in Zend > 2; and I think the situation is improved but this "$this" getting lost > problem prevents me from upgrading. > > What can I do to help to track these down and fix it/get them fixed? Write good bug reports. There is something of an art to it, especially for the harder to pin-down problems. I just glanced through your script, and the mere fact that you have to search for the bug shows that the test script is too large. The bottom line is that PHP is a free open source project, powered by volunteers; show some respect for our free time by taking the time to refine the report to the smallest possible test case. --Wez. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php