Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

Re: [PHP4BETA] Zend list destructor weirdness From: Andreas Karajannis (Andreas.Karajannis <email protected>)
Date: 12/30/99

Zeev Suraski wrote:
>
> Try to figure out what in the script causes this to happen (try cutting it
> down until it no longer crashes). When you have a test case, please send
> it to me so I can debug it (if the script is simple enough and I can
> easily get it to run on my box (I have MySQL), you can send it as-is).
>

Ok, I've tracked down the problem to be the order in which connections
and their statement handles are destroyed. Since I normally use a odbc
driver manager that seems to check for things like trying to free a
statement handle that has been already freed (via closing the underlying
connection), I didn't notice this problem.
Seems like the odbc module needs rework - but not in this century ;-)

-Andreas

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>