Subject: Re: pkg/36332 (Problem with "count_days_in_month" function in PHP4-module (fastcgi))
To: None <jdolecek@NetBSD.org, pkgsrc-bugs@netbsd.org,>
From: None <jdolecek@netbsd.org>
List: pkgsrc-bugs
Date: 05/15/2007 17:50:09
Synopsis: Problem with "count_days_in_month" function in PHP4-module (fastcgi)

State-Changed-From-To: open->closed
State-Changed-By: jdolecek@netbsd.org
State-Changed-When: Tue, 15 May 2007 17:50:08 +0000
State-Changed-Why:
You need to install calendar extension, using php-calendar package. It's
useful to run your PHP scripts with error_reporting(E_ALL) - PHP prints
a notice when undefined function is called. Don't forget to also include
extension=calendar.so
in your php.ini once you'd install the php-calendar package.