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
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
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
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
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
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