Alex Dupre wrote: > Jeff Hubbard wrote: > >> #!/usr/local/bin/php -nq > > > This is ok. > >> <?php >> ini_set("safe_mode", "0"); >> ini_set("output_buffering", "1"); > > > This cannot be done inside a user script. safe_mode is off by default, > so it may be removed. output_buffering is off by default, too, so we > cannot enable it, but fortunately it's not a strict requirement. > Patch applied. > > -- > Alex Dupre > Meh... I was trying to preserve the options the script requested. As long as it works. Thanks. JeffReceived on Wed Jun 08 2005 - 06:06:12 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:36 UTC