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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: janik at colorlak dot cz
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 14:00:02 2026 UTC