php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47775 Not loading MSSQL DLL
Submitted: 2009-03-25 15:30 UTC Modified: 2009-03-31 07:48 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: itamarc at rogers dot com Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 5.2.9 OS: Windows 2003 Ent SP2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: itamarc at rogers dot com
New email:
PHP Version: OS:

 

 [2009-03-25 15:30 UTC] itamarc at rogers dot com
Description:
------------
Trying to make PHP work with MSSQL DLL I tried to load it in my installation but when I use "print_r(get_loaded_extensions());" to check what is loaded it wasn't.

I doubled checked the php.ini to confirm and it was also listed in there.

Reproduce code:
---------------
I am able to reproduce this every time I try on this installation.

Expected result:
----------------
I would expect it to list MSSQL.

Actual result:
--------------
It lists the following:

 [0] => bcmath [1] => calendar [2] => com_dotnet [3] => ctype [4] => session [5] => filter [6] => ftp [7] => hash [8] => iconv [9] => json [10] => odbc [11] => pcre [12] => Reflection [13] => date [14] => libxml [15] => standard [16] => tokenizer [17] => zlib [18] => SimpleXML [19] => dom [20] => SPL [21] => wddx [22] => xml [23] => xmlreader [24] => xmlwriter [25] => ISAPI 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-03-31 07:48 UTC] jani@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 21:01:32 2024 UTC