> I used this php.ini. If these, or a more optimized one :-) livies in
> the script dir the work should be done to change the first lines of
> the scrips:
> #!/usr/bin/php -q -c ./php.ini

IMHO, that's not enough. Make calls the php scripts with their names
passed on the command line, and so -c should be there on all calls...

Goba

> [PHP]
> short_open_tag = On
> allow_call_time_pass_reference = Off
> ;safe_mode = Off
> max_execution_time = 0
> memory_limit = 16M
> display_errors = Off
> display_startup_errors = Off
> track_errors = Off
> html_errors = Off
> variables_order = "GPCS"
> register_globals = On
> register_argc_argv = On
> default_mimetype = "text/html"

BTW the settings seem fine to me.

Goba


Reply via email to