|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-04-05 09:09 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 11:00:01 2025 UTC |
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