Code Comments
Programming Forum and web based access to our favorite programming groups.Here are my settings for the extensions extension_dir="c:\php\extensions\;c:\php\" 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 On 8/15/07, Janet Valade <jvalade@eoni.com> wrote: > > Milktoast wrote: > > The dll files need to be in a location where PHP can find them, such as > in the system path. The best idea is to add the PHP main directory to > your system path and copy the dll files into it. It can also work to > copy the dll files into a directory that is already in your system path, > such as windows\system32, but this can lead to problems with future > upgrades. > > Janet > > > > -- > Janet Valade -- janet.valade.com > -- Jason Greene
Post Follow-up to this messageMilktoast 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 use s 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
Post Follow-up to this messageMilktoast wrote: > Here are my settings for the extensions > > extension_dir="c:\php\extensions\;c:\php\" I think extension_dir should be what it says, a directory. I doubt it can cope with a path.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.