Hi, I googled the web and can't find any solution, I expose :
My php.exe cli file does not parse any file. If I write php.exe phpinfo.php php returns
<?
phpinfo();
?>
Although with apache.
Running Windows Vista Home Premiun on d:\php. path is correctly entered.
Thanks.
PHP installaton problem
Moderator: General Moderators
Re: PHP installaton problem
Do you have short-tags enabled?
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
Re: PHP installaton problem
try
When possible never use short tags as you can never guarantee any final server settings will include short tags.
Code: Select all
<?php
phpinfo();
?>