php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27842 unable to run stored procedure (sp_monitor)
Submitted: 2004-04-02 12:08 UTC Modified: 2004-04-05 09:09 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: pop501 at hotmail dot com Assigned:
Status: Not a bug Package: Sybase-ct (ctlib) related
PHP Version: 4.3.5 OS: windows NT SP6
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: pop501 at hotmail dot com
New email:
PHP Version: OS:

 

 [2004-04-02 12:08 UTC] pop501 at hotmail dot com
Description:
------------
Upgraded from PHP 4.2.1 to 4.3.5 (Had number of chalanges (espacially with sockets))
Using sybase-ct lib to gather staistics on Sybase database. 
Using NT with service pack 6, Sybase 12 openclient.
After upgrade getting this messages 4 times on each run:
Notice: sybase_query(): Sybase:  Unexpected results, cancelling current in foo.php on line 1000

Reproduce code:
---------------
sybase_query("sp_monitor",$con);

Expected result:
----------------
Empty result with no errors expected.

Actual result:
--------------
Notice: sybase_query(): Sybase:  Unexpected results, cancelling current in foo.php on line 1000

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-05 09:09 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #27843

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 14:01:30 2024 UTC