From: nusepas at gmail dot com Operating system: Fedora Core 5 PHP version: 5.1.4 PHP Bug Type: MSSQL related Bug description: Fatal error: Call to undefined function mssql_pconnect()
Description: ------------ I have configured the last freetds package ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/current/freetds-current.tgz with ./configure -enable-msdblib and the php 5.1.4 with --with-mssql I restart the httpd service and load the page that contains a funcion to connect to a mssql database appears that message at the browser: Fatal error: Call to undefined function mssql_pconnect() in /var/www/html/solid/funcions.php on line 11 and the logs says me: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mssql.so' - /usr/lib/php/modules/mssql.so: undefined symbol: empty_string in Unknown on line 0 before to configure the php and the freetds I moved of directory the old mssql.so file, so, that now I have 3, the php4.0, the php5.0 and the now I have compiled now. Expected result: ---------------- in php4 worked, updating to php5 it don't worked anymore :( Actual result: -------------- not work -- Edit bug report at http://bugs.php.net/?id=37930&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=37930&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=37930&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=37930&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=37930&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=37930&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=37930&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=37930&r=needscript Try newer version: http://bugs.php.net/fix.php?id=37930&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=37930&r=support Expected behavior: http://bugs.php.net/fix.php?id=37930&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=37930&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=37930&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=37930&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37930&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=37930&r=dst IIS Stability: http://bugs.php.net/fix.php?id=37930&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=37930&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=37930&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=37930&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=37930&r=mysqlcfg
