View Single Post
  #3 (permalink)  
Old 21-Jan-2009, 17:34
brian_j brian_j is offline
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 41
brian_j hasn't been rated much yet
Default 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.
Reply With Quote