<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Syck for PHP goes Beta (in PECL)</title>
	<atom:link href="http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/</link>
	<description>Programming for Mac and Web</description>
	<lastBuildDate>Thu, 04 Aug 2011 07:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: wow gold</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/comment-page-1/#comment-80705</link>
		<dc:creator>wow gold</dc:creator>
		<pubDate>Mon, 07 Jun 2010 16:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59#comment-80705</guid>
		<description>does it work with php 5.3? I always failed to install it...</description>
		<content:encoded><![CDATA[<p>does it work with php 5.3? I always failed to install it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indeyets</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/comment-page-1/#comment-6986</link>
		<dc:creator>indeyets</dc:creator>
		<pubDate>Thu, 19 Jul 2007 08:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59#comment-6986</guid>
		<description>md: XML and YAML are very different beasts and serve different purposes. I guess I should write an article about the difference :)</description>
		<content:encoded><![CDATA[<p>md: XML and YAML are very different beasts and serve different purposes. I guess I should write an article about the difference <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: md rewrite</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/comment-page-1/#comment-6985</link>
		<dc:creator>md rewrite</dc:creator>
		<pubDate>Thu, 19 Jul 2007 08:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59#comment-6985</guid>
		<description>I use only XML, don&#039;t need YAML.</description>
		<content:encoded><![CDATA[<p>I use only XML, don&#8217;t need YAML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Minnieur</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/comment-page-1/#comment-6884</link>
		<dc:creator>Pierre Minnieur</dc:creator>
		<pubDate>Sun, 15 Jul 2007 20:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59#comment-6884</guid>
		<description>indeyets: no, i don&#039;t know. i&#039;m just a portage user, not a contributor ;)</description>
		<content:encoded><![CDATA[<p>indeyets: no, i don&#8217;t know. i&#8217;m just a portage user, not a contributor <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Premature Optimization &#187; Zend Framework and YAML config files</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/comment-page-1/#comment-6797</link>
		<dc:creator>Premature Optimization &#187; Zend Framework and YAML config files</dc:creator>
		<pubDate>Fri, 13 Jul 2007 15:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59#comment-6797</guid>
		<description>[...] Being the buzz-word worshipers that we are, several voices have been heard in the the Zend Framework community for a YAML parser class, and most notably, for a Zend_Config implementation based on YAML. PÃ¡draic Brady already proposed an implementation for Zend_Yaml, but for those of you who are impatient (like me!) and want to use YAML as configuration files in your projects today, here&#039;s a simple and elegant solution:  First, you should compile and install Alexey Zakhlestin&#039;s PHP Syck bindings from PECL (note: it&#039;s beta, production use at your own risk!). You&#039;ll need the syck library installed, and once you have it, the extension compiles quite easily. Once you have the Syck extension loaded (check your phpinfo output), you can easily use the following code to create your own Zend_Config_Yaml class, which parses YAML files and behaves just like other Zend_Config implementations:  PLAIN TEXT PHP: [...]</description>
		<content:encoded><![CDATA[<p>[...] Being the buzz-word worshipers that we are, several voices have been heard in the the Zend Framework community for a YAML parser class, and most notably, for a Zend_Config implementation based on YAML. PÃ¡draic Brady already proposed an implementation for Zend_Yaml, but for those of you who are impatient (like me!) and want to use YAML as configuration files in your projects today, here&#8217;s a simple and elegant solution:  First, you should compile and install Alexey Zakhlestin&#8217;s PHP Syck bindings from PECL (note: it&#8217;s beta, production use at your own risk!). You&#8217;ll need the syck library installed, and once you have it, the extension compiles quite easily. Once you have the Syck extension loaded (check your phpinfo output), you can easily use the following code to create your own Zend_Config_Yaml class, which parses YAML files and behaves just like other Zend_Config implementations:  PLAIN TEXT PHP: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Zakhlestin&#8217;s blog &#187; DateTime vs numeric timezone</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/comment-page-1/#comment-6698</link>
		<dc:creator>Alexey Zakhlestin&#8217;s blog &#187; DateTime vs numeric timezone</dc:creator>
		<pubDate>Wed, 11 Jul 2007 15:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59#comment-6698</guid>
		<description>[...] I need this, to add proper support for YAML-timestamps in my syck extension. [...]</description>
		<content:encoded><![CDATA[<p>[...] I need this, to add proper support for YAML-timestamps in my syck extension. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developercast.com &#187; Alexey Zakhlestin&#8217;s Blog: Syck for PHP goes Beta (in PECL)</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/comment-page-1/#comment-6697</link>
		<dc:creator>developercast.com &#187; Alexey Zakhlestin&#8217;s Blog: Syck for PHP goes Beta (in PECL)</dc:creator>
		<pubDate>Wed, 11 Jul 2007 14:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59#comment-6697</guid>
		<description>[...] Alexey Zakhlestin has announced on his blog today the fact that his PECL package - Syck - has officially gone beta.   This is an extension for reading and writing YAML-files. YAML (rhymes with &#8220;camel&#8221;) is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering. [...]</description>
		<content:encoded><![CDATA[<p>[...] Alexey Zakhlestin has announced on his blog today the fact that his PECL package &#8211; Syck &#8211; has officially gone beta.   This is an extension for reading and writing YAML-files. YAML (rhymes with &#8220;camel&#8221;) is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri Bergius</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/comment-page-1/#comment-6691</link>
		<dc:creator>Henri Bergius</dc:creator>
		<pubDate>Wed, 11 Jul 2007 12:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59#comment-6691</guid>
		<description>Hey, Alexey! Been a while...

This is very timely as we&#039;re just debating starting to use YAML with MidCOM.</description>
		<content:encoded><![CDATA[<p>Hey, Alexey! Been a while&#8230;</p>
<p>This is very timely as we&#8217;re just debating starting to use YAML with MidCOM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/comment-page-1/#comment-6689</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Wed, 11 Jul 2007 12:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59#comment-6689</guid>
		<description>&lt;strong&gt;Alexey Zakhlestin&#039;s Blog: Syck for PHP goes Beta (in PECL)...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>Alexey Zakhlestin&#8217;s Blog: Syck for PHP goes Beta (in PECL)&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PÃ¡draic Brady</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/comment-page-1/#comment-6686</link>
		<dc:creator>PÃ¡draic Brady</dc:creator>
		<pubDate>Wed, 11 Jul 2007 09:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59#comment-6686</guid>
		<description>Great job!

I&#039;m looking forward to installing it for testing in a while.</description>
		<content:encoded><![CDATA[<p>Great job!</p>
<p>I&#8217;m looking forward to installing it for testing in a while.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

