From:             swapneel at networkredux dot com
Operating system: CentOS release 4.5 (Final)
PHP version:      5.2.5
PHP Bug Type:     MSSQL related
Bug description:  PHP 5.2.3 & MSSQL 

Description:
------------
Hello,

PHP Build : 5.2.3 running as CGI. 

FreeTDS version 0.64

FreeTDS configure statement has,

./configure --with-tdsver=7.0 --prefix=/usr/local/freetds
--enable-msdblib

PHP configure statement has,
--with-mssql=/usr/local/freetds

Configure(PHP5.2.3) has,

checking for MSSQL support via FreeTDS... yes


Complile and install is fine. mssql section shows up in phpinfo(). 

However, script still fails with call to undefined function,

Fatal error: Call to undefined function: mssql_connect() in
/home/username/public_html/script.php

I've tried PHP 5.2.5 with no luck. It would be much appreciated if anyone
could point out what is going wrong. Thanks. 



Actual result:
--------------
Fatal error: Call to undefined function: mssql_connect() in
/home/username/public_html/script.php

-- 
Edit bug report at http://bugs.php.net/?id=43249&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43249&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43249&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43249&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43249&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43249&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43249&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43249&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43249&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43249&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43249&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43249&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43249&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43249&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43249&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43249&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43249&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43249&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43249&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43249&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43249&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43249&r=mysqlcfg

Reply via email to