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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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 00:01:30 2024 UTC