From: [EMAIL PROTECTED] Operating system: UNIX/LINUX PHP version: 4.1.2 PHP Bug Type: Feature/Change Request Bug description: Just Wont work!
Hi, In version 4.1.0 are some new functions to work with MSSQL stored procedure's. mssql_init() mssql_bind() mssql_execute() In PHP 4.1.0+Win it works fine ! BUT, in PHP 4.1.0+Linux I have all functions working(mssql_connect,mssql_select,...) And When I tried to use msssql_init,mssql_bind,mssql_execute in Linux it gives the error: " Fatal error: Call to undefined function: mssql_init()". -- Edit bug report at http://bugs.php.net/?id=16486&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16486&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16486&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16486&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16486&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16486&r=support Expected behavior: http://bugs.php.net/fix.php?id=16486&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16486&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16486&r=submittedtwice
