Re: [PHP] Php CLI Parser not working




Did you check what Jim suggested, as well, about short_open_tags?
If your scripts use PHP tags like this:

<?

.... instead of like this:

<?php

Yes, that was the problem - it was Off in:

/etc/php5/cli/php.ini

we had checked the one in:

../etc/php5/apache2/php.ini

and it was On there so we thought something else was wrong.

Thanks to you both for your help.

- Joel
.