<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Carsten Lucke &#187; Date_Holidays</title>
	<atom:link href="http://lucke.info/tag/date_holidays/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucke.info</link>
	<description>personal website and blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:34:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Bugfix release 0.17.1 for PEAR::Date_Holidays</title>
		<link>http://lucke.info/2007/06/bugfix-release-0171-for-peardate_holidays/</link>
		<comments>http://lucke.info/2007/06/bugfix-release-0171-for-peardate_holidays/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 18:12:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Date_Holidays]]></category>
		<category><![CDATA[holiday calculation]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PEAR]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2007/06/10/bugfix-release-0171-for-peardate_holidays/</guid>
		<description><![CDATA[This afternoon I uploaded a bugfix release for PEAR::Date_Holidays. Thus the latest version is 0.17.1 now. The new release contains a bugfix for bug #10220. The Date_Holidays::factory method called the setlocale() function in a way that very possibly may have broken the localization of applications using the package. Additionally there were three new drivers/filters added &#8230; <a href="http://lucke.info/2007/06/bugfix-release-0171-for-peardate_holidays/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This afternoon I uploaded a bugfix release for <a href="http://pear.php.net/package/Date_Holidays/" title="PEAR :: Package :: Date_Holidays">PEAR::Date_Holidays</a>. Thus the latest version is <a href="http://pear.php.net/package/Date_Holidays/download/0.17.1/" title="PEAR :: Package :: Date_Holidays :: 0.17.1">0.17.1</a> now. </p>
<p>The new release contains a bugfix for <a href="http://pear.php.net/bugs/bug.php?id=10220" title="PEAR :: Bug #10220 :: Don't set locale automatically">bug #10220</a>. The Date_Holidays::factory method called the setlocale() function in a way that very possibly may have broken the localization of applications using the package.</p>
<p>Additionally there were three new drivers/filters added for calculation of holidays for:</p>
<ul>
<li>Austria (driver provided by Klemens Ullmann &lt;klemens -at- ull -dot- at&gt;),</li>
<li>England/Wales (driver provided by Tim Dodge &lt;timmy -at- invisibles -dot- org&gt;) and </li>
<li>Ireland (driver and filter for calculation of official holidays provided by Ken Guest &lt;ken -at- linux -dot- ie&gt;).</li>
</ul>
<p>Thanks to all contributors and bug reporters! If you experience any problems with this release do not hesitate to contact me or to submit a bug-report.</p>
]]></content:encoded>
			<wfw:commentRss>http://lucke.info/2007/06/bugfix-release-0171-for-peardate_holidays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Letter Days</title>
		<link>http://lucke.info/2005/04/red-letter-days/</link>
		<comments>http://lucke.info/2005/04/red-letter-days/#comments</comments>
		<pubDate>Thu, 21 Apr 2005 08:20:20 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Date_Holidays]]></category>
		<category><![CDATA[International PHP Magazine]]></category>
		<category><![CDATA[PEAR]]></category>

		<guid isPermaLink="false">http://lucke.info/?p=405</guid>
		<description><![CDATA[Published in International PHP Magazine 3.05 by Carsten Lucke Holidays or other special days are an important part of almost every calendar. Some of those days are easy to calculate but if the recurrence-rules are more complex and based on advanced algorithms the whole thing can get quite complicated very fast. The article covers the &#8230; <a href="http://lucke.info/2005/04/red-letter-days/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em> </em></p>
<div id="attachment_406" class="wp-caption alignright" style="width: 109px"><em></em><em><img class="size-full wp-image-406" title="International PHP Magazine - Issue 3.05" src="http://lucke.info/wp-content/uploads/2009/08/intphpmag-3_05.gif" alt="International PHP Magazine - Issue 3.05" width="99" height="140" /></em><p class="wp-caption-text">International PHP Magazine - Issue 3.05</p></div>
<p><em>Published in International PHP Magazine 3.05 by Carsten Lucke</em><em><br />
</em></p>
<blockquote><p>Holidays or other special days are an important part of almost every calendar. Some of those days are easy to calculate but if the recurrence-rules are more complex and based on advanced algorithms the whole thing can get quite complicated very fast. The article covers the Date_Holidays package that is available in PEAR and shows you how to make the programmer&#8217;s life much easier.<em><br />
</em></p></blockquote>
<p><strong><span id="more-405"></span>Language.</strong> English</p>
<p><strong>Characters.</strong> 19931</p>
<p><strong>Description.</strong> This article introduces the secrets of PEAR::Date_Holidays, and shows how to use the package to calculate holidays, and search for them by date. The article will also set you on the path writing your own holiday calculation routines and providing multi-language support for them.</p>
<h4>Links:</h4>
<ul>
<li><a title="International PHP Magazine website" href="http://phpmag.net/" target="_blank">International PHP Magazine website</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lucke.info/2005/04/red-letter-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

