<?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>asmw.de &#187; php</title>
	<atom:link href="http://asmw.de/?feed=rss2&#038;tag=php" rel="self" type="application/rss+xml" />
	<link>http://asmw.de</link>
	<description>...assembling words</description>
	<lastBuildDate>Mon, 16 Aug 2010 20:39:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The Phing Thing</title>
		<link>http://asmw.de/?p=153</link>
		<comments>http://asmw.de/?p=153#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:40:20 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[own_good]]></category>
		<category><![CDATA[phing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[too_smart]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=153</guid>
		<description><![CDATA[<p>Try this in phing:</p>
<p>&#60;?xml version="1.0"?&#62;
&#60;project name="tartest" default="tartest" basedir="."&#62;
&#60;target name="tartest"&#62;
&#60;mkdir dir="tartest"/&#62;
&#60;touch file="tartest/test.txt"/&#62;
&#60;touch file="tartest/test.__txt"/&#62;
&#60;touch file="tartest/test__.txt"/&#62;
&#60;touch file="tartest/test_._txt"/&#62;
&#60;tar destfile="tartest.tar" basedir="tartest" /&#62;
&#60;/target&#62;
&#60;/project&#62;
﻿</p>
<p>I would have expected it to actually DO pack the whole directory.</p>
<p>This works:

...
&#60;tar destfile="tartest.tar"&#62;
&#60;fileset dir="tartest" defaultexcludes="false"&#62;
&#60;include name="**/**" /&#62;
&#60;/fileset&#62;
&#60;/tar&#62;
...</p>
<p>It&#8217;s the same for zip archives.</p>
]]></description>
			<content:encoded><![CDATA[<p>Try this in <a title="Phing, antsy php" href="http://phing.info">phing</a>:</p>
<p><code>&lt;?xml version="1.0"?&gt;<br />
&lt;project name="tartest" default="tartest" basedir="."&gt;<br />
&lt;target name="tartest"&gt;<br />
&lt;mkdir dir="tartest"/&gt;<br />
&lt;touch file="tartest/test.txt"/&gt;<br />
&lt;touch file="tartest/test.__txt"/&gt;<br />
&lt;touch file="tartest/test__.txt"/&gt;<br />
&lt;touch file="tartest/test_._txt"/&gt;<br />
&lt;tar destfile="tartest.tar" basedir="tartest" /&gt;<br />
&lt;/target&gt;<br />
&lt;/project&gt;<br />
﻿</code></p>
<p>I would have expected it to actually DO pack the whole directory.</p>
<p>This works:<br />
<code><br />
...<br />
&lt;tar destfile="tartest.tar"&gt;<br />
&lt;fileset dir="tartest" defaultexcludes="false"&gt;<br />
&lt;include name="**/**" /&gt;<br />
&lt;/fileset&gt;<br />
&lt;/tar&gt;<br />
...</code></p>
<p>It&#8217;s the same for zip archives.</p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=153</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One would need an oracle&#8230;</title>
		<link>http://asmw.de/?p=51</link>
		<comments>http://asmw.de/?p=51#comments</comments>
		<pubDate>Wed, 22 Jul 2009 22:09:48 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[nerdcore]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[thin worm]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=51</guid>
		<description><![CDATA[<p>To touch up on some oracle related topics I decided to give oracle-xe (free as in beer) a spin. Turns out there is a repository for debian unstable for that. Nice!</p>
<p>The whole thing can be read at and obtained from oracle.</p>
<p>It&#8217;s not quite that straightforward to get the php5 connection up, but it&#8217;s manageable.</p>
<p>Now I [...]]]></description>
			<content:encoded><![CDATA[<p>To touch up on some oracle related topics I decided to give oracle-xe (free as in beer) a spin. Turns out there is a repository for debian unstable for that. Nice!</p>
<p>The whole thing can be read at and obtained <a href="http://www.oracle.com/technology/tech/linux/install/xe-on-kubuntu.html">from oracle</a>.</p>
<p>It&#8217;s not quite that straightforward to <a href="http://www.oestby.com/doc/php5_oci8.php">get the php5 connection up</a>, but it&#8217;s manageable.</p>
<p>Now I really want to try out <a href="http://sourceforge.net/projects/phplightorm/">LightOrm</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
