php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9402 never ending cycle
Submitted: 2001-02-22 09:12 UTC Modified: 2002-01-28 10:38 UTC
From: ojo at gic dot sk Assigned:
Status: No Feedback Package: Sybase (dblib) related
PHP Version: 4.0.4pl1 OS: RedHat 7.0
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ojo at gic dot sk
New email:
PHP Version: OS:

 

 [2001-02-22 09:12 UTC] ojo at gic dot sk
When I call mssql_query and sql server error occured (for example I add a column to table, but didn't redefine view), then php script doesn't stop, but instead of that, it will wait forever. I have sybase-ct built in php (can compile stand-alone module, but can use, don't know why). I don't  think that in earlier versions (4.x) was this problem, but I am not sure.

Thanx for help

ojo.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-30 15:06 UTC] fmk@php.net
This is not related to the mssql extension. You are using the sybase extension.
 [2002-01-07 02:28 UTC] lobbin@php.net
Does this problem occur on PHP 4.1.1?
 [2002-01-07 02:28 UTC] lobbin@php.net
-> Feedback.
 [2002-01-28 10:38 UTC] sander@php.net
No feedback. 
 [2002-01-29 10:00 UTC] ojo at gic dot sk
no. still the same.

example:

$sqlcmd="raiserror(50007, 16, 1, 'NULL')";
$rs = mssql_query($sqlcmd);

Error definition:
number: 50007
severity: 016 - Miscellaneous User Error
text: bla, bla, bla %s.
language: english
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC