Milktoast wrote:
Here are my settings for the extensions
extension_dir="c:\php\extensions\;c:\php\"
And your extensions are in one of those locations ( the default my setup uses
when extracting extensions is \ext
Which version of PHP are you trying to use?
extension=php_sqllite.dll
extension=php_mssql.dll
extension=php_pgsql.dll
extension=php_oci8.dll
extension=php_pdf.dll
extension=php_socketc.dll
extension=php_gd2.dll
extension=php_curl.dll
extension=php_imap.dll
And none of them are being listed by phpinfo?
I would expect to see errors when an extension can';t be found, but in
addition things like php_mssql.dll need the correct client library available
in windows. pgsql and oci8 I think also. If the client dll's are not
available, an extension will not load, but the error log should also report that.
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird - http://www.firebirdsql.org/index.php
[Index of Archives]
[PHP Users]
[PHP Home]
[PHP on Windows]
[Kernel Newbies]
[PHP Classes]
[Postgresql]
[PHP Books]
[PHP Databases]
[PHP SOAP]