Differences
This shows you the differences between the selected revisions of the page.
2009-04-23 | 2009-04-23 | ||
wsh anchor (martin) | reword (martin) | ||
Line 111: | Line 111: | ||
Note that while you may find installing new scripting engine to Windows troublesome, you may not need to install anything actually. E.g. for using PHP interpreter, you can just grab the [[http://www.php.net/downloads.php|Windows binary PHP zip package]] and extract ''php.exe'' and ''php5ts.dll'' files out of it. These two binaries alone support most (if not all) features you need. No installing or registration is required. | Note that while you may find installing new scripting engine to Windows troublesome, you may not need to install anything actually. E.g. for using PHP interpreter, you can just grab the [[http://www.php.net/downloads.php|Windows binary PHP zip package]] and extract ''php.exe'' and ''php5ts.dll'' files out of it. These two binaries alone support most (if not all) features you need. No installing or registration is required. | ||
- | Now you can execute PHP script ''example.php'': | + | Having the two binaries you can execute PHP script ''example.php'': |
<code php> | <code php> | ||
<? | <? |