Re: Using a heredoc in PHP as in Perl [message #171924 is a reply to message #171910] |
Fri, 21 January 2011 16:58 |
Leonardo Azpurua
Messages: 46 Registered: December 2010
Karma:
|
Member |
|
|
"P E Schoen" <paul(at)pstech-inc(dot)com> wrote:
> One downside to PHP may be the difficulty of installing it on my
> Windows machine for local testing and debugging. It seems I
> must also install and configure an Apache server, which is
> non-trivial.
> For Perl I am using ActivePerl which installs with just a click
> of the mouse.
Hi,
I did install PHP to run with WinXP IIS, and it works beautifully
(most of the time).
It didn't require any intervention beyond stating that I wanted to use
Fast-CGI, plus a littel change in php.ini in order to have errors sent
to the output (for some reason, it defaulted to off).
From time to time, PHP scripts stop responding, but I guess it is some
flaw in IIS itself. Stopping and restarting IIS restores things to
normal.
--
|
|
|