<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>blog://alexkiesel.de - PHP</title>
    <link>http://blog.alexkiesel.de/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>This was not invented here</title>
    <link>http://blog.alexkiesel.de/archives/50-This-was-not-invented-here.html</link>
            <category>PHP</category>
    
    <comments>http://blog.alexkiesel.de/archives/50-This-was-not-invented-here.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=50</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.alexkiesel.de/rss.php?version=2.0&amp;type=comments&amp;cid=50</wfw:commentRss>
    

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;&lt;cite&gt;&quot;Die Zeit, die PHP-Programmierer an Entwicklungszeit gegenüber Java sparen, verbrauchen sie dann wieder, um Infrastruktur zu erschaffen, die in Java schon existiert&quot;.&lt;/cite&gt;&lt;br /&gt;
-- &lt;a href=&quot;http://blog.frankkleine.de&quot;&gt;Frank Kleine&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Ich lass&#039; das mal unkommentiert:)&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 18 Apr 2007 23:40:40 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/50-guid.html</guid>
    
</item>
<item>
    <title>php-gtk port updated to 1.0.2</title>
    <link>http://blog.alexkiesel.de/archives/42-php-gtk-port-updated-to-1.0.2.html</link>
            <category>FreeBSD</category>
            <category>PHP</category>
    
    <comments>http://blog.alexkiesel.de/archives/42-php-gtk-port-updated-to-1.0.2.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=42</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.alexkiesel.de/rss.php?version=2.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve just updated the FreeBSD port of php-gtk to the latest version. &lt;br /&gt;
&lt;br /&gt;
The update is necessary, because a) the php-gtk developers hardcoded the check on PHP 4.&lt;em&gt;3&lt;/em&gt;.x into configure, so configure stopped working with the release of PHP 4.4. And b) phpize requires PHP&lt;em&gt;AUTOCONF and PHP&lt;/em&gt;AUTOHEADER variables be set, which is done now, too.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/42-php-gtk-port-updated-to-1.0.2.html#extended&quot;&gt;Continue reading &quot;php-gtk port updated to 1.0.2&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 17 Jul 2005 12:41:38 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/42-guid.html</guid>
    
</item>
<item>
    <title>Fooling CVS</title>
    <link>http://blog.alexkiesel.de/archives/41-Fooling-CVS.html</link>
            <category>PHP</category>
    
    <comments>http://blog.alexkiesel.de/archives/41-Fooling-CVS.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=41</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.alexkiesel.de/rss.php?version=2.0&amp;type=comments&amp;cid=41</wfw:commentRss>
    

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;Ever tried to &lt;code&gt;cvs diff&lt;/code&gt; a file that has not yet been added to the repository? Theoretically the -N switch in &lt;code&gt;diff&lt;/code&gt; (and &lt;code&gt;cvs diff&lt;/code&gt;) would be your friend. However, if the file hasn&#039;t &quot;officially&quot; been added to the repository, it wouldn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
Problem: I&#039;ve got no access to the Zend CVS but I want to make a diff with new files. CVS won&#039;t let me add the file, even though it doesn&#039;t contact the CVS server in any way - that&#039;s only the case when actually &lt;code&gt;cvs commit&lt;/code&gt;-ing the add.&lt;br /&gt;
&lt;br /&gt;
So what can you do?&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/41-Fooling-CVS.html#extended&quot;&gt;Continue reading &quot;Fooling CVS&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 12 Jun 2005 01:00:17 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/41-guid.html</guid>
    
</item>
<item>
    <title>php3.de php-faq.de down</title>
    <link>http://blog.alexkiesel.de/archives/40-php3.de-php-faq.de-down.html</link>
            <category>PHP</category>
    
    <comments>http://blog.alexkiesel.de/archives/40-php3.de-php-faq.de-down.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=40</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.alexkiesel.de/rss.php?version=2.0&amp;type=comments&amp;cid=40</wfw:commentRss>
    

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;Der Server &lt;a href=&quot;http://php3.de&quot;&gt;php3.de&lt;/a&gt;, der unter anderem die FAQ der de.comp.lang.php.* ausliefert und als Mirror der &lt;a href=&quot;http://php.net&quot;&gt;php.net&lt;/a&gt; fungiert, steht momentan mit Hardware-Problemen.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/40-php3.de-php-faq.de-down.html#extended&quot;&gt;Continue reading &quot;php3.de php-faq.de down&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 02 Jun 2005 11:35:10 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/40-guid.html</guid>
    
</item>
<item>
    <title>Supersized Weblog</title>
    <link>http://blog.alexkiesel.de/archives/29-Supersized-Weblog.html</link>
            <category>PHP</category>
    
    <comments>http://blog.alexkiesel.de/archives/29-Supersized-Weblog.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.alexkiesel.de/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;Need a weblog but don&#039;t want to go through the hassle of setting up one on your own? Go to &lt;a href=&quot;http://supersized.org&quot;&gt;http://supersized.org&lt;/a&gt; and register free for a s9y (the software this blog uses) based weblog.&lt;br /&gt;&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/29-Supersized-Weblog.html#extended&quot;&gt;Continue reading &quot;Supersized Weblog&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 14 Feb 2005 23:27:57 +0100</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/29-guid.html</guid>
    
</item>
<item>
    <title>PHP mirror changes</title>
    <link>http://blog.alexkiesel.de/archives/17-PHP-mirror-changes.html</link>
            <category>PHP</category>
    
    <comments>http://blog.alexkiesel.de/archives/17-PHP-mirror-changes.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.alexkiesel.de/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;It came one day last week that the &lt;a href=&quot;http://nagios.org/&quot;&gt;nagios&lt;/a&gt; run by my department reported problems connecting to the HTTP server on &lt;a href=&quot;http://de3.php.net/&quot;&gt;de3.php.net&lt;/a&gt; a.k.a. php3.de and retrieving the page within 10 seconds.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/17-PHP-mirror-changes.html#extended&quot;&gt;Continue reading &quot;PHP mirror changes&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 09 Sep 2004 11:04:47 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/17-guid.html</guid>
    
</item>
<item>
    <title>New version of PHP-GTK available</title>
    <link>http://blog.alexkiesel.de/archives/16-New-version-of-PHP-GTK-available.html</link>
            <category>PHP</category>
    
    <comments>http://blog.alexkiesel.de/archives/16-New-version-of-PHP-GTK-available.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=16</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.alexkiesel.de/rss.php?version=2.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://gravitonic.com&quot;&gt;Andrei Zmievski&lt;/a&gt; &lt;a href=&quot;http://www.gravitonic.com/blog/archives/000092.html&quot;&gt;released a new version&lt;/a&gt; of &lt;a href=&quot;http://gtk.php.net&quot;&gt;PHP-GTK&lt;/a&gt; - 1.0.1. It&#039;s a version of the &quot;old&quot; release branch that compiles against gtk1.2.&lt;br /&gt;
I &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=70383&quot;&gt;ported it&lt;/a&gt; to &lt;a href=&quot;http://FreeBSD.org&quot;&gt;FreeBSD&lt;/a&gt; and am now waiting for a committer to commit it.&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/16-New-version-of-PHP-GTK-available.html#extended&quot;&gt;Continue reading &quot;New version of PHP-GTK available&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 12 Aug 2004 22:36:35 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/16-guid.html</guid>
    
</item>
<item>
    <title>Setting a custom packetsize for connections to Sybase</title>
    <link>http://blog.alexkiesel.de/archives/14-Setting-a-custom-packetsize-for-connections-to-Sybase.html</link>
            <category>PHP</category>
    
    <comments>http://blog.alexkiesel.de/archives/14-Setting-a-custom-packetsize-for-connections-to-Sybase.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.alexkiesel.de/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;I&#039;m trying to overwrite the default packetsize of a connection to a Sybase server from within PHP. As it shows, this is currently (as of PHP 5.0.0 and before) - broken.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/14-Setting-a-custom-packetsize-for-connections-to-Sybase.html#extended&quot;&gt;Continue reading &quot;Setting a custom packetsize for connections to Sybase&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 21 Jul 2004 01:19:41 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/14-guid.html</guid>
    
</item>
<item>
    <title>SOAP vs. XML-RPC</title>
    <link>http://blog.alexkiesel.de/archives/11-SOAP-vs.-XML-RPC.html</link>
            <category>PHP</category>
    
    <comments>http://blog.alexkiesel.de/archives/11-SOAP-vs.-XML-RPC.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.alexkiesel.de/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;There is a little discussion about the differences of SOAP and XML-RPC &lt;a href=&quot;http://www.xmlrpc.com/discuss/msgReader$2086?mode=topic&quot;&gt;over here at xmlrpc.com&lt;/a&gt;.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 29 Jun 2004 23:20:57 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/11-guid.html</guid>
    
</item>

</channel>
</rss>