php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5177 easter_days function
Submitted: 2000-06-21 19:57 UTC Modified: 2000-06-22 20:05 UTC
From: lihas at lihas dot de Assigned:
Status: Closed Package: Other
PHP Version: 4.0.0 Release OS: SuSE-Linux
Private report: No CVE-ID: None
 [2000-06-21 19:57 UTC] lihas at lihas dot de
hi,

this little script results in an error:

<?
echo easter_days(1999);
echo easter_days(2000);
echo easter_days(1913);
echo easter_days(1492);
?>

Fatal error: Call to undefined function: easter_days() in /home/gvb/cvs/gpps/web-crm/htdocs/easter.php on line 3


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-22 20:05 UTC] hholzgra at cvs dot php dot net
easter_days is only available if the optional 
calendar extensions are compiled in or loaded
dynamicly as a shared php module


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 07:01:32 2024 UTC