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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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, so I can use it for other purposes. But that's another 
prob . . .

Regards,
Andree



On October 9, 2009 02:46:52 pm Chris Streatfield wrote:
> Out put on PHP 5.2.4
>
> <quote>
> Parse error: syntax error, unexpected T_STRING in /testphp.php on line 2
> </quote>
>
> Line 2 is the first line of code.
>
> Output on PHP 5.2.6 and on PHP 5.3.0 local
>
> blank page.
>
> All the best
> Chris Streatfield
> Tel: +64 4 475 7846
> Mob: 021 102 6018
> Skype: chrisstreat
>
> On Sat, 10 Oct 2009 02:01:24 kronos@xxxxxxxxxx wrote:
> > 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.
> >
> >
> > <?php
> >
> > 	echo easter_days(2009);
> > 	print "<br><br>";
> > 	echo date("M-d-Y", easter_date(2009));
> > 	print "<br><br>";
> > 	echo date("D d M Y", easter_date(2009));
> >
> > ?>
> >
> >
> > I'm using 5.2.10 production; PHP 5.2.4 local.
> >
> > Tia,
> > Andre
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux