From:             pop501 at hotmail dot com
Operating system: windows NT SP6
PHP version:      4.3.5
PHP Bug Type:     Sybase-ct (ctlib) related
Bug description:  unable to run stored procedure (sp_monitor)

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

-- 
Edit bug report at http://bugs.php.net/?id=27842&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27842&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27842&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27842&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27842&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27842&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27842&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27842&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27842&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27842&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27842&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27842&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27842&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27842&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27842&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27842&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27842&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27842&r=float

Reply via email to