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