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 and IIS. Maybe the script itself.

Frank

"Frank M. Kromann" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> 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.
>
> The error message indicates that the extensions are not loaded with IIS.
>
> - Frank
>
> > 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 documents (pdf.php/java.php) on Apache all works fine - on IIS:
> "Call
> > to undefined function: pdf_new()"...
> >
> > Frank
> >
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to