<?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: New getopt for php: getopts</title>
	<atom:link href="https://alex.kazik.de/195/getopts/feed/" rel="self" type="application/rss+xml" />
	<link>https://alex.kazik.de/195/getopts/</link>
	<description>A blog about Retrocomputing‎ and more</description>
	<lastBuildDate>Tue, 12 Dec 2017 01:39:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Ron</title>
		<link>https://alex.kazik.de/195/getopts/comment-page-1/#comment-5804</link>
		<dc:creator><![CDATA[Ron]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 06:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=195#comment-5804</guid>
		<description><![CDATA[Your license choice is a little problematic.
http://wiki.creativecommons.org/FAQ#Can_I_use_a_Creative_Commons_license_for_software.3F

If you really want to use a Create Commons license, the CC0 license would make it easy for people to use your code.  The BSD license would be a good choice that seems compatible with your intent.]]></description>
		<content:encoded><![CDATA[<p>Your license choice is a little problematic.<br />
<a href="http://wiki.creativecommons.org/FAQ#Can_I_use_a_Creative_Commons_license_for_software.3F" rel="nofollow">http://wiki.creativecommons.org/FAQ#Can_I_use_a_Creative_Commons_license_for_software.3F</a></p>
<p>If you really want to use a Create Commons license, the CC0 license would make it easy for people to use your code.  The BSD license would be a good choice that seems compatible with your intent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alx</title>
		<link>https://alex.kazik.de/195/getopts/comment-page-1/#comment-5413</link>
		<dc:creator><![CDATA[alx]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 08:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=195#comment-5413</guid>
		<description><![CDATA[@sebastian:

Thanks for your reply, I&#039;ll fix that.]]></description>
		<content:encoded><![CDATA[<p>@sebastian:</p>
<p>Thanks for your reply, I&#8217;ll fix that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastian</title>
		<link>https://alex.kazik.de/195/getopts/comment-page-1/#comment-5412</link>
		<dc:creator><![CDATA[sebastian]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 06:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=195#comment-5412</guid>
		<description><![CDATA[There is a PHP Notice regarding the split() function.

&quot;Deprecated: Function split() is deprecated in ...&quot;

My PHP version is PHP 5.3.5-1ubuntu7.2]]></description>
		<content:encoded><![CDATA[<p>There is a PHP Notice regarding the split() function.</p>
<p>&#8220;Deprecated: Function split() is deprecated in &#8230;&#8221;</p>
<p>My PHP version is PHP 5.3.5-1ubuntu7.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastian</title>
		<link>https://alex.kazik.de/195/getopts/comment-page-1/#comment-5411</link>
		<dc:creator><![CDATA[sebastian]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 06:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=195#comment-5411</guid>
		<description><![CDATA[I have found a typo: &quot;Missing artument to option&quot; should of course be &quot;Missing argument to option&quot;]]></description>
		<content:encoded><![CDATA[<p>I have found a typo: &#8220;Missing artument to option&#8221; should of course be &#8220;Missing argument to option&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alx</title>
		<link>https://alex.kazik.de/195/getopts/comment-page-1/#comment-2941</link>
		<dc:creator><![CDATA[alx]]></dc:creator>
		<pubDate>Wed, 20 Apr 2011 08:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=195#comment-2941</guid>
		<description><![CDATA[@Paul A. Houle, Chris:
The license is now mentioned. Can you live with it?

@tom:
Thanks for your comment. I’ve fixed/extended the source.

@all:
sorry for the late answer, I had trouble with the notification mails.]]></description>
		<content:encoded><![CDATA[<p>@Paul A. Houle, Chris:<br />
The license is now mentioned. Can you live with it?</p>
<p>@tom:<br />
Thanks for your comment. I’ve fixed/extended the source.</p>
<p>@all:<br />
sorry for the late answer, I had trouble with the notification mails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>https://alex.kazik.de/195/getopts/comment-page-1/#comment-2746</link>
		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Wed, 13 Apr 2011 18:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=195#comment-2746</guid>
		<description><![CDATA[Are hyphens not allowed in GNU-style long options? They are conventional...

http://www.gnu.org/prep/standards/standards.html#Command_002dLine-Interfaces

http://www.gnu.org/prep/standards/standards.html#Option-Table

For example, see man pages for: diff(1), curl(1), mysql(1)]]></description>
		<content:encoded><![CDATA[<p>Are hyphens not allowed in GNU-style long options? They are conventional&#8230;</p>
<p><a href="http://www.gnu.org/prep/standards/standards.html#Command_002dLine-Interfaces" rel="nofollow">http://www.gnu.org/prep/standards/standards.html#Command_002dLine-Interfaces</a></p>
<p><a href="http://www.gnu.org/prep/standards/standards.html#Option-Table" rel="nofollow">http://www.gnu.org/prep/standards/standards.html#Option-Table</a></p>
<p>For example, see man pages for: diff(1), curl(1), mysql(1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>https://alex.kazik.de/195/getopts/comment-page-1/#comment-2723</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Tue, 12 Apr 2011 19:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=195#comment-2723</guid>
		<description><![CDATA[Is this code public domain?]]></description>
		<content:encoded><![CDATA[<p>Is this code public domain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul A. Houle</title>
		<link>https://alex.kazik.de/195/getopts/comment-page-1/#comment-1905</link>
		<dc:creator><![CDATA[Paul A. Houle]]></dc:creator>
		<pubDate>Sun, 13 Mar 2011 20:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://alex.kazik.de/?p=195#comment-1905</guid>
		<description><![CDATA[Hi Alex,  I&#039;d be a little more comfortable using (and maybe contributing to) getopts() if it had a license.  If you don&#039;t have a strong preference,  I&#039;d suggest that you go with a modified BSD license.]]></description>
		<content:encoded><![CDATA[<p>Hi Alex,  I&#8217;d be a little more comfortable using (and maybe contributing to) getopts() if it had a license.  If you don&#8217;t have a strong preference,  I&#8217;d suggest that you go with a modified BSD license.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
