Skip to Content.
Sympa Menu

freetds - Re: [freetds] php, freetds and cron

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Hans Lang <hal AT mmg.de>
  • To: freetds AT lists.ibiblio.org
  • Subject: Re: [freetds] php, freetds and cron
  • Date: Mon, 06 Jan 2003 19:00:17 +0100

hi,

and thank you all for your help.
and now for something astonishing: James' tipp to set the variables TDSDUMP and TDSDUMPCONFIG does not only help me resolving the problem, it solves the problem itself.

the script

#!/bin/bash
#
export TDSDUMPCONFIG=/tmp/t_foo
export TDSDUMP=/tmp/t_bar
/usr/local/bin/php -q /path/tagestipps.php >>/tmp/t_log 2>>/tmp/t_err

works, but

#!/bin/bash
#
/usr/local/bin/php -q /path/tagestipps.php >>/tmp/t_log 2>>/tmp/t_err

does not work.

what does setting these variables force the library to do?



mfg
hans







Archive powered by MHonArc 2.6.24.

Top of Page