php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45402 Call to undefined function sybase_connect()
Submitted: 2008-07-01 14:02 UTC Modified: 2008-07-14 18:59 UTC
From: fborot at hotmail dot com Assigned:
Status: Closed Package: Sybase (dblib) related
PHP Version: 5.2.6 OS: redhat
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: fborot at hotmail dot com
New email:
PHP Version: OS:

 

 [2008-07-01 14:02 UTC] fborot at hotmail dot com
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







Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-01 14:30 UTC] johannes@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


Please check the output of phpinfo() to see whether sybase support was laoded, if it's missing check the configure line mentioned on top of that page and check configure.log in your build directory.
 [2008-07-01 14:59 UTC] fborot at hotmail dot com
how can upload the output of phpinfo()

it is very weird, I just deleted config.cache, the old Makefile, from the building directory and re-compiled again with the same options,

[./configure
--prefix=/usr/local/php5 --with-mysql=/usr/bin/mysql
--with-sybase=/opt/sybase-11.9.2/OCS-15_0/]

but phpinfo() shows:

Configure Command 	 './configure' '--with-mysql=/usr/bin/mysql' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-unixODBC=shared,/usr/local/easysoft/unixODBC'

magic_quotes_sybase	Off	Off
SYBASE 	/opt/sybase-11.9.2
_ENV["SYBASE"]	/opt/sybase-11.9.2


which should not be, I tried 2 days ago to use the odbc driver provided by easysoft because with-sybase-ct and with-sybase it would not compile.
I guess I should delete the odbc driver and try again, I would like to attach some files/logs here but don't see how

txs
Fabian
 [2008-07-01 15:40 UTC] fborot at hotmail dot com
I deleted everything related to easysoft odbc driver,deleted the php installation again, the config.cache on the build directory,ran make clean and make distclean, remove the old Makefile and compiled it again and phpinfo() shows support for odbc instead of sybase.

what is happening here? what files do you need me to send/upload?
this is very frustrating
regards
 [2008-07-02 09:18 UTC] jani@php.net
Please try with totally fresh sources. And run the commands in the source directory. You also need to install the compiled binaries. I bet you're just seeing the old installation.
 [2008-07-02 13:17 UTC] fborot at hotmail dot com
txs for the reply

I will download again the php sources, and delete the current one.

I always run the commands [configure, make , make install] in the source directory.
What do you mean by "You also need to install the compiled binaries."

what do you recomend as far as Apache:
1- remove it and install it again
   1.1 compile apache with php 
   1.2 compile apache and load php later

regards
Fabian
 [2008-07-13 15:01 UTC] jani@php.net
To install binaries you say:

# make install

And please don't change the status back to open or add any more irrelevant comments. We're only interested whether it worked or not. And if not why.
 [2008-07-14 18:59 UTC] fborot at hotmail dot com
there was another php installed on the machine, I tried on a different machine and it works
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 06:01:28 2024 UTC