All TagsPHPfascgi (RSS)
  • Re: FastCGI does not pass PHP error to syslog (windows event log)

    Hi j3rky, I found some more hints: 1. If you have severe errors in your php.ini, it gets logged in the event log, e.g. PHP Warning: PHP Startup: Unable to load dynamic library '[..]\ext\php_mbstring.dll' - The specified procedure could not be found. 2. I found some helpings on IIS6 and PHP5 with...
    Posted to Forum by mspoerleintu on 08-12-2009, 12:41 PM
  • Re: How to detect fastcgi is running on IIS7?

    Hi, You can use the php_sapi_name function. For example: <?php echo "PHP running using the " . php_sapi_name() . " SAPI"; ?> will output: PHP running using the cgi-fcgi SAPI
    Posted to Forum by pierrejoye on 04-08-2009, 2:38 PM
  • Re: PHP realpath() problem

    Good job isolating the problem. For a "morron user", could you summarize what should be done. Thanks Gaston
    Posted to Forum by huotg01 on 01-28-2009, 7:10 AM
  • PHP realpath() problem

    I've been trying to migrate a MediaWiki installation to a w2k8 IIS7 server and been encountering headaches. I've eventually tracked it to an issue with the PHP function realpath() . The following PHP code demonstrates the problem - <?php echo realpath( '.' ); ?> On IIS6 using php5isapi...
    Posted to Forum by david.s on 12-16-2008, 5:48 PM
Page 1 of 1 (4 items)
Microsoft Communities