|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2008-07-01 14:30 UTC] johannes@php.net
  [2008-07-01 14:59 UTC] fborot at hotmail dot com
  [2008-07-01 15:40 UTC] fborot at hotmail dot com
  [2008-07-02 09:18 UTC] jani@php.net
  [2008-07-02 13:17 UTC] fborot at hotmail dot com
  [2008-07-13 15:01 UTC] jani@php.net
  [2008-07-14 18:59 UTC] fborot at hotmail dot com
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 09:00:01 2025 UTC | 
Description: ------------ I compiled php 5 with sybase support ,[./configure --prefix=/usr/local/php5 --with-mysql=/usr/bin/mysql --with-sybase=/opt/sybase-11.9.2/OCS-15_0/] now when I run this script <?php // create connection $connection = sybase_connect("ip","user","passwd"); // test connection if (!$connection) { echo "Couldn't make a connection!"; exit; } the browser shows Fatal error: Call to undefined function sybase_connect() in /usr/local/apache2/htdocs/scon.php on line 4