|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-17 17:48 UTC] sniper@php.net
[2002-07-17 21:17 UTC] vmcore at mysun dot com
[2002-07-18 04:49 UTC] sniper@php.net
[2002-07-18 17:55 UTC] vmcore at mysun dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 16 15:00:02 2025 UTC |
Build string: ./configure --prefix=/local/opt --enable-static=mysql --enable-static=sybase --with-mysql=/local/opt/mysql --with-sybase=/local/run/tp/sybase/OpenClientServer/v11.1.1ebf8262 --with-apxs=/local/opt/apache/bin/apxs Version: 4.1.2 Errors: Warning: 0 is not a Sybase link index in /sbclocal/opt/icenine/www/dev/checksheets/include/checksheet_web.class.php on line 145 Warning: -1 is not a Sybase link index in /sbclocal/opt/icenine/www/dev/checksheets/include/checksheet_web.class.php on line 1809 Warning: 0 is not a Sybase result index in /sbclocal/opt/icenine/www/dev/checksheets/include/checksheet_web.class.php on line 1811 Connect Statement: function dbConnect () // Create basic connection { // create linkid $this->dbLinkid = sybase_connect("$this->dbHost", "$this->dbUser", "$this->dbPass"); // select database sybase_select_db($this->dbDbase, $this->dbLinkid); } // dbConnect It's quite sporadic. Sometimes the errors are different. I was using the same syntax with mysql, but I never had any issues. = Josh =