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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Fri May 03 22:01:33 2024 UTC