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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lihas at lihas dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 20:01:32 2025 UTC