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

2007-08-15 Thread Keith Roberts
Do you need to restart IIS to make the php module reread php.ini, for your new settings to take effect? On Linux I need to stop and restart Apache to make the php module re-read the edited php.ini file. I guess this will apply to any other server as well, including IIS? Regards Keith On Wed

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

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

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