ID:               42687
 Updated by:       [EMAIL PROTECTED]
 Reported By:      support at fox-it dot dk
-Status:           Open
+Status:           Bogus
 Bug Type:         MSSQL related
 Operating System: Windows 2003 x64 ServicePack 2
 PHP Version:      5.2.4
 New Comment:

Obviously the extension isn't loaded due to some installation failure.
I suggest you do this from clean board: remove old PHP installation
(everything!) and then reinstall 5.2.4. Works fine for me..


Previous Comments:
------------------------------------------------------------------------

[2007-09-17 12:32:32] support at fox-it dot dk

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 this bug report at http://bugs.php.net/?id=42687&edit=1

Reply via email to