[PHP] Exec not functioning

2010-06-30 Thread kronos
$command); ?> I've tried every combination I can think of including using 'espeak' without '/usr/bin', directing wav output to '-f /home/kronos/aba.wav'. What am I doing wrong? Any help, pointers, suggestions appreciated! -- Using Opera's revolu

[PHP] Re: Exec not functioning [SOLVED]

2010-06-30 Thread kronos
luding using 'espeak' without '/usr/bin', directing wav output to '-f /home/kronos/aba.wav'. What am I doing wrong? Any help, pointers, suggestions appreciated! -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fatal error on functions valid for PHP 4, 5 [RESOLVED]

2009-10-09 Thread kronos
On October 9, 2009 05:17:18 pm you wrote: > kro...@aolohr.com wrote: > > Thanks Chris. > > > > Seems like the function is a dud. I have '-enable-calendar' working on > > both local and production. Sigh . . > > > > I have been using another modified 'easter' function, 'pFeast', (can't > > for the li

Re: [PHP] Fatal error on functions valid for PHP 4, 5

2009-10-09 Thread kronos
Thanks Chris. Seems like the function is a dud. I have '-enable-calendar' working on both local and production. Sigh . . I have been using another modified 'easter' function, 'pFeast', (can't for the life of me find it on the net now). It works well, but I need to set the output to a variable

[PHP] Fatal error on functions valid for PHP 4, 5

2009-10-09 Thread kronos
Hi, Would someone be kind enough to test whether these following functions work? I'm getting: "PHP Fatal error: Call to undefined function easter_date() . . . easter_days" on both local and production sites. "; echo date("M-d-Y", easter_date(2009)); print ""; echo da