> Hi, have a big trouble on vista home premium and php 5: PHP does not parse > my files, neither in apache neither in CLI. > > if i write "php.exe phpinfo.php" php returns me > <? > phpinfo(); > ?> > > I've goggled all internet and found nothing. Any idea? > > thanks, > Rossend. > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > Try using long tags in the file. i.e. <?php phpinfo(); ?> Short tags are off by default and this is why they shouldn't be used in production. -- Niel Archer -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php