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
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:
13 - 11 = ?
Subscribe to this entry?

 
 [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: Sun Jun 16 06:01:29 2024 UTC