Dbase module won't work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



IIS 5 Won't load php_dbase.dll
php.ini

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
include_path =                   ; UNIX: "/path1:/path2"  Windows:
"\path1;\path2"
doc_root  =     ; the root of the php pages, used only if nonempty
user_dir  =     ; the directory under which php opens the script using
/~username, used only if nonempty
;upload_tmp_dir =                 ; temporary directory for HTTP uploaded
files (will use system default if not specified)
upload_max_filesize = 2097152       ; 2 Meg default limit on file uploads
extension_dir = "c:\php\" ; directory in which the loadable extensions
(modules) reside
enable_dl  = On    ; Whether or not to enable the dl() function.
         ; The dl() function does NOT properly work in multithreaded
         ; servers, such as IIS or Zeus, and is automatically disabled
         ; on them.
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
; if you wish to have an extension loaded automaticly, use the
; following syntax:  extension=modulename.extension
; for example, on windows,
; extension=msql.dll
; or under UNIX,
; extension=msql.so
; Note that it should be the name of the module only, no directory
information
; needs to go here.  Specify the location of the extension with the
extension_dir directive above.


;Windows Extensions
;extension=php_nsmail.dll
;extension=php_calendar.dll
extension=php_dbase.dll
;extension=php_filepro.dll
;extension=php_gd.dll
;extension=php_dbm.dll
;extension=php_mssql.dll
;extension=php_zlib.dll
;extension=php_filepro.dll
;extension=php_imap4r2.dll
;extension=php_ldap.dll
;extension=php_crypt.dll
;extension=php_msql2.dll
;extension=php_odbc.dll
; Note that MySQL support is now built in, so no dll is needed for it.


Restarting IIS gives : unable to load dynamic library 'c:\php\php_dbase.dll'
Can't find procedure

Please help



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux