ID: 11385
Updated by: andy
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Reproducible crash
Operating System: Win98.2 and Compaq Alpha Tru64
PHP Version: 4.0.5
New Comment:

no feedback after 35+ days.

Previous Comments:
------------------------------------------------------------------------

[2001-06-10 14:05:09] [EMAIL PROTECTED]

Please include a working script that can be used to reproduce this. Not just a part of 
it..
Also make it a self contained function ie. one that
doesn't use any databases, etc. IF it isn't the problem..

--Jani



------------------------------------------------------------------------

[2001-06-10 13:06:15] [EMAIL PROTECTED]

Tried this While with For loop inside on many diff. installations now, and allways 
with the same result.
PHP crashes and don't leave any messages anywhere.
There are other ways to deal with this probelm, but anyway...
It is not the use of ODBC, cause I tried with other function combinations to.
while( odbc_fetch_row( $db_cur)){
    for( $x=0; $x<$cur_length; $x++){
    $tmp2 = $odbc_result( $db_cur, $x);
  }
}

I don't have access to neither the WIn98.2 or Compaq Alpha Tru64's system, and can't 
get a backtrace.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=11385&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to