x0rster wrote:
> If I do just "php" I get :
>
> X-Powered-By: PHP/4.4.4
> Content-type: text/html
>
> and I get the same with "php cake/scripts/acl.php help"

You can avoiding without modifying php.ini by adding the parameter -q,
which sets PHP into quiet mode by suppressing HTTP header output:

php -q cake/scripts/acl.php help


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to