Re: [PHP-WIN] PHP extensions on IIS (Java, PDF)

2003-03-10 Thread Frank Hirsch
Thanks for your help! Yes - it looks like you have to restart te machine every time you add modules (but only on IIS). Even Java/PDF modules are working now (but only as ISAPI). Needs to be solved the problem the script works only every third time it is called. Another difference between Apache an

Re: [PHP-WIN] PHP extensions on IIS (Java, PDF)

2003-03-09 Thread Frank M. Kromann
If you are uisng ISAPI for IIS and mod_php for Apche you need to restart the web server each time you enable an extension (or make other changes to the php.ini file). The php.ini file is only read at startup. If you are using CGI on either server, the php.ini file will be read once per request. T

[PHP-WIN] PHP extensions on IIS (Java, PDF)

2003-03-09 Thread Frank Hirsch
Hi, I'm successfully running Sablotron (php_xslt.dll) on IIS and Apache. PDF (php_pdf.dll) and Java (php_java.dll) only works on Apache :-( I'm using Apache and IIS on the same machine (same PHP Version and php.ini). Any hints how to get the additional modules to work on IIS? If I call the same