php4-beta | 199912
Date: 12/30/99
- Next message: Zeev Suraski: "Re: [PHP4BETA] Zend list destructor weirdness"
- Previous message: Zeev Suraski: "Re: [PHP4BETA] Zend list destructor weirdness"
- In reply to: Zeev Suraski: "Re: [PHP4BETA] Zend list destructor weirdness"
- Next in thread: Zeev Suraski: "Re: [PHP4BETA] Zend list destructor weirdness"
- Reply: Zeev Suraski: "Re: [PHP4BETA] Zend list destructor weirdness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Zeev Suraski: "Re: [PHP4BETA] Zend list destructor weirdness"
- Previous message: Zeev Suraski: "Re: [PHP4BETA] Zend list destructor weirdness"
- In reply to: Zeev Suraski: "Re: [PHP4BETA] Zend list destructor weirdness"
- Next in thread: Zeev Suraski: "Re: [PHP4BETA] Zend list destructor weirdness"
- Reply: Zeev Suraski: "Re: [PHP4BETA] Zend list destructor weirdness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

