From:             itamarc at rogers dot com
Operating system: Windows 2003 Ent SP2
PHP version:      5.2.9
PHP Bug Type:     Dynamic loading
Bug description:  Not loading MSSQL DLL

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 

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

Reply via email to