Re: PHP function question
this is a deep bug within not so well used extensions. i had had a quick talk with stefan esser about a year and a half ago and he simply told me he was totally sick of the php team to totally ignore these kind of bugs and simply going on to support these extensions without even telling.
the link ken_yap posted is totally right, something wrote over some part of memory it should'nt. since odbc is something rarely used with PHP i would point on that.
however you use mysql, so i give you the advice to use either mysqli (mysql improved) or better PDO.
|