Home > Archive > PHP Installation > August 2007 > Re: [PHP-INSTALL] W.I.M.P. Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-INSTALL] W.I.M.P. Server
|
|
| Milktoast 2007-08-15, 7:02 pm |
| 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
| |
| Lester Caine 2007-08-15, 7:02 pm |
| 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
| |
| Caroline Maynard 2007-08-22, 7:01 pm |
| Milktoast 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.
| |
|
|
|
|
|