Re: W.I.M.P. Server

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




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@xxxxxxxx> wrote:
Milktoast wrote:
> I have two customers that want to run W.I.M.P. servers (Window, IIS,
> MSsql,PHP)
>
> I have installed everything but I can't get PHP to load ANY extra
> extensions.
>
> I have move the php.ini file to C:\windows and my info.php shows the
> correct location of php.ini.
>
> I have set  "extension_dir=c:\php\extensions\"  (with and without the
> trailing slash)
>
> Anyone have any ideas why the extensions won't load?

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

>
> --
> Jason Greene


--
Janet Valade -- janet.valade.com



--
Jason Greene
[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux