From: "PEAR Announce" on
The new PEAR package Calendar-0.5.5 (beta) has been released at http://pear.php.net/.

Release notes
-------------
* fixed bug #17182: fixed Calendar_Month_Weeks' empty day handling
(bug introduced in v.0.5.4)
* PHP5 fixes

Package Info
------------
Calendar provides an API for building Calendar data structures. Using
the simple iterator and it's "query" API, a user interface can easily be
built on top of the calendar data structure, at the same time easily connecting it
to some kind of underlying data store, where "event" information is
being held.

It provides different calculation "engines" the default being based on
Unix timestamps (offering fastest performance) with an alternative using PEAR::Date
which extends the calendar past the limitations of Unix timestamps. Other engines
should be implementable for other types of calendar (e.g. a Chinese Calendar based
on lunar cycles).

Related Links
-------------
Package home: http://pear.php.net/package/Calendar
Changelog: http://pear.php.net/package/Calendar/download/0.5.5
Download: http://download.pear.php.net/package/Calendar-0.5.5.tgz

Authors
-------
Harry Fuecks <hfuecks(a)phppatterns.com> (lead)
Lorenzo Alberton <l.alberton(a)quipo.it> (lead)
Greg Beaver (helper)