Re: [PHP-INSTALL] W.I.M.P. Server

2007-08-22 Thread Caroline Maynard
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.

Re: [PHP-INSTALL] W.I.M.P. Server

2007-08-15 Thread Keith Roberts
Wed, 15 Aug 2007, Lester Caine wrote: To: php-install@lists.php.net From: Lester Caine <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] W.I.M.P. Server Milktoast wrote: Here are my settings for the extensions extension_dir="c:\php\extensions\;c:\php\" And your extensions are

Re: [PHP-INSTALL] W.I.M.P. Server

2007-08-15 Thread Lester Caine
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 extens

Re: [PHP-INSTALL] W.I.M.P. Server

2007-08-15 Thread Milktoast
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

Re: [PHP-INSTALL] W.I.M.P. Server

2007-08-15 Thread Janet Valade
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 "ext

Re: [PHP-INSTALL] W.I.M.P. Server

2007-08-15 Thread Keith Roberts
you also neeed to populate php.ini with each individual extension you want loaded by php. So you will need an [extension] section like below in your php.ini file: ; Directory in which the loadable extensions (modules) reside. ;extension_dir = ./ extension_dir = /usr/lib/php/extensions/ ; If you