Re: [PHP] Command line vs Cron

2005-11-08 Thread Richard Heyes
Dan Seibert wrote: Richard Heyes wrote: Dan Seibert wrote: I have a script that connects to a sybase server. It works fine if I launch it from a shell script however, if I try to launch the same script through a cron, I get the message "PHP Fatal Error: call to undefined function sybase_co

Re: [PHP] Command line vs Cron

2005-11-08 Thread Dan Seibert
Richard Heyes wrote: Dan Seibert wrote: I have a script that connects to a sybase server. It works fine if I launch it from a shell script however, if I try to launch the same script through a cron, I get the message "PHP Fatal Error: call to undefined function sybase_connect..." Why can I

Re: [PHP] Command line vs Cron

2005-11-08 Thread Richard Heyes
Dan Seibert wrote: I have a script that connects to a sybase server. It works fine if I launch it from a shell script however, if I try to launch the same script through a cron, I get the message "PHP Fatal Error: call to undefined function sybase_connect..." Why can I not connect to sybase