From:             support at fox-it dot dk
Operating system: Windows 2003 x64 ServicePack 2
PHP version:      5.2.4
PHP Bug Type:     MSSQL related
Bug description:  cannot use php_mssql.dll under php5isapi.dllw with IIS 6.0

Description:
------------
Upgraded php v5.2.3 -> v5.2.4. Making as script calling mssql_functions
eg. mssql_connect works when running php.exe script.php. a phpinfo also
show mssql extension is active when run via commandline, but not when
loaded viap php5isapi, other extensions such as mysqli works fine.

PHP is in the systempath. Tried with bundled ntwdblib and with version
8.0.2187 (postsp4 fix). IIS is running in 32-bit mode and it did work with
php v5.2.3
 




Reproduce code:
---------------
<?php
$link =  mssql_connect('server', 'username', 'password');
?>

Expected result:
----------------
mssql_connectan other mssql_functions works.

Actual result:
--------------
Fatal error: Call to undefined function mssql_connect() in
W:\Inetpub\dashboardtest.idenyt.dk\john.php on line 4

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

Reply via email to