php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3761 lock on ODBC_fetch_row in last record
Submitted: 2000-03-08 04:37 UTC Modified: 2000-07-30 12:10 UTC
From: janik at colorlak dot cz Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0 Beta 4 Patch Level 1 OS: W95 OSR2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
3 + 30 = ?
Subscribe to this entry?

 
 [2000-03-08 04:37 UTC] janik at colorlak dot cz
On Apache after executing 

$xx=ODBC_Exec($spojeni, "SELECT * FROM utvary");

while (ODBC_Fetch_Row($xx)):
       ...
       ...
endwhile;

PHP locks on LAST RECORD and on server prints :
             ===========

Application PHP.EXE caused invalid page in module KERNEL32.DLL

... after closing error message apache sends n-1 records to output.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-30 12:10 UTC] zak@php.net
I cannot reproduce this using NT and PHP 4.0.0

Please try a new release of PHP.  If the problem occurs again, submit a new bug report. 

Thank you
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 22 03:01:32 2024 UTC