<?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 for felixdv blog</title>
	<atom:link href="http://blog.felixdv.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.felixdv.com</link>
	<description></description>
	<lastBuildDate>Tue, 12 Jun 2012 15:58:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on SPL_Types in php and strong typing by Barry Hughes</title>
		<link>http://blog.felixdv.com/2008/01/09/spl_types-in-php-and-strong-typing/comment-page-1/#comment-1454</link>
		<dc:creator>Barry Hughes</dc:creator>
		<pubDate>Tue, 12 Jun 2012 15:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.devliegher.be/2008/01/09/spl_types-in-php-and-strong-typing/#comment-1454</guid>
		<description>That&#039;s a great idea and I guess it effectively facilitates primitive type hinting, too:

&lt;code&gt;
function do_something(SplInt $index) { 
    /* ... */
}
&lt;/code&gt;

Of course you could do something like that with custom classes anyway, but this would offer better consistency and strictness where required.

Nice!</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great idea and I guess it effectively facilitates primitive type hinting, too:</p>
<p><code><br />
function do_something(SplInt $index) {<br />
    /* ... */<br />
}<br />
</code></p>
<p>Of course you could do something like that with custom classes anyway, but this would offer better consistency and strictness where required.</p>
<p>Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using git-svn: making the switch by Dmitry</title>
		<link>http://blog.felixdv.com/2010/06/15/using-git-svn-making-the-switch/comment-page-1/#comment-1430</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Sat, 12 May 2012 15:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felixdv.com/?p=163#comment-1430</guid>
		<description>As I know &quot;git svn dcommit&quot; pushes only one Git branch to SVN. But what if you want to push more complex history to SVN (don&#039;t forget about correct svn:mergeinfo that is important for &quot;svn merge&quot; command)? And this approach loses all dates too.

Have a look at SubGit that is truly bi-directional SVNGit translation. It translates arbitrary Git history to SVN correctly (and arbitrary SVN history to Git too), preserving tags, commits dates, ignores (.gitignore -&gt; svn:ignore), EOLs (&quot;eol&quot; attribute in .gitattributes -&gt; svn:eol-style), merges, and so on.</description>
		<content:encoded><![CDATA[<p>As I know &#8220;git svn dcommit&#8221; pushes only one Git branch to SVN. But what if you want to push more complex history to SVN (don&#8217;t forget about correct svn:mergeinfo that is important for &#8220;svn merge&#8221; command)? And this approach loses all dates too.</p>
<p>Have a look at SubGit that is truly bi-directional SVNGit translation. It translates arbitrary Git history to SVN correctly (and arbitrary SVN history to Git too), preserving tags, commits dates, ignores (.gitignore -&gt; svn:ignore), EOLs (&#8220;eol&#8221; attribute in .gitattributes -&gt; svn:eol-style), merges, and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Static analysis for PHP by felixdv</title>
		<link>http://blog.felixdv.com/2008/08/14/static-analysis-for-php/comment-page-1/#comment-1413</link>
		<dc:creator>felixdv</dc:creator>
		<pubDate>Wed, 04 Apr 2012 14:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://felix.phpbelgium.be/blog/?p=129#comment-1413</guid>
		<description>Hi Valerio,
An interesting (and relatively new) project that uses static analysis to find security holes seems to be RIPS: http://rips-scanner.sourceforge.net/.
Other than that, static analysis in PHP is mostly done by a collection of tools (phpmd, phpcs, ...), a good overview is given on http://qualityassuranceinphpprojects.com/pages/tools.html

Cheers,
Felix</description>
		<content:encoded><![CDATA[<p>Hi Valerio,<br />
An interesting (and relatively new) project that uses static analysis to find security holes seems to be RIPS: <a href="http://rips-scanner.sourceforge.net/" rel="nofollow">http://rips-scanner.sourceforge.net/</a>.<br />
Other than that, static analysis in PHP is mostly done by a collection of tools (phpmd, phpcs, &#8230;), a good overview is given on <a href="http://qualityassuranceinphpprojects.com/pages/tools.html" rel="nofollow">http://qualityassuranceinphpprojects.com/pages/tools.html</a></p>
<p>Cheers,<br />
Felix</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Static analysis for PHP by Valerio</title>
		<link>http://blog.felixdv.com/2008/08/14/static-analysis-for-php/comment-page-1/#comment-1412</link>
		<dc:creator>Valerio</dc:creator>
		<pubDate>Wed, 04 Apr 2012 13:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://felix.phpbelgium.be/blog/?p=129#comment-1412</guid>
		<description>Hello Felix.
Can you tell me which is the the state-of-the-art of the PHP static analysis, at the best of your knowledge.

Searching with google gives old articles...</description>
		<content:encoded><![CDATA[<p>Hello Felix.<br />
Can you tell me which is the the state-of-the-art of the PHP static analysis, at the best of your knowledge.</p>
<p>Searching with google gives old articles&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing symfony in a subdirectory of your documentroot by Paolo Niccolò Giubelli</title>
		<link>http://blog.felixdv.com/2008/01/17/symfony-in-a-subdirectory-of-your-documentroot/comment-page-1/#comment-1364</link>
		<dc:creator>Paolo Niccolò Giubelli</dc:creator>
		<pubDate>Tue, 23 Aug 2011 08:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.devliegher.be/2008/01/17/symfony-in-a-subdirectory-of-your-documentroot/#comment-1364</guid>
		<description>There is no index.php inside of /symfony (this is the name of the subfolder).
However I put a test.php file and it says &quot;Internal Server Error&quot;. Apache logs say &quot;Directory index forbidden by Options directive: /web/htdocs/www.mysite.it/home/symfony/</description>
		<content:encoded><![CDATA[<p>There is no index.php inside of /symfony (this is the name of the subfolder).<br />
However I put a test.php file and it says &#8220;Internal Server Error&#8221;. Apache logs say &#8220;Directory index forbidden by Options directive: /web/htdocs/www.mysite.it/home/symfony/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing symfony in a subdirectory of your documentroot by felixdv</title>
		<link>http://blog.felixdv.com/2008/01/17/symfony-in-a-subdirectory-of-your-documentroot/comment-page-1/#comment-1363</link>
		<dc:creator>felixdv</dc:creator>
		<pubDate>Tue, 23 Aug 2011 08:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.devliegher.be/2008/01/17/symfony-in-a-subdirectory-of-your-documentroot/#comment-1363</guid>
		<description>Hi Paolo, does the apache user and group (usually www-data or nobody) has read rights on the symfony directory in your web root?

Try accessing /symfony/index.php directly and see if that works.</description>
		<content:encoded><![CDATA[<p>Hi Paolo, does the apache user and group (usually www-data or nobody) has read rights on the symfony directory in your web root?</p>
<p>Try accessing /symfony/index.php directly and see if that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing symfony in a subdirectory of your documentroot by Paolo Niccolò Giubelli</title>
		<link>http://blog.felixdv.com/2008/01/17/symfony-in-a-subdirectory-of-your-documentroot/comment-page-1/#comment-1362</link>
		<dc:creator>Paolo Niccolò Giubelli</dc:creator>
		<pubDate>Tue, 23 Aug 2011 08:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.devliegher.be/2008/01/17/symfony-in-a-subdirectory-of-your-documentroot/#comment-1362</guid>
		<description>Hi! I followed your guide, however Apache returns me a 403 error, saying &quot;Forbidden - You don&#039;t have permission to access /symfony/ on this server&quot;.
Can you post here your *external* (httpd root directory) .htaccess?
Thank you in advance,
Paolo</description>
		<content:encoded><![CDATA[<p>Hi! I followed your guide, however Apache returns me a 403 error, saying &#8220;Forbidden &#8211; You don&#8217;t have permission to access /symfony/ on this server&#8221;.<br />
Can you post here your *external* (httpd root directory) .htaccess?<br />
Thank you in advance,<br />
Paolo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exception catcher filter for Symfony by Greggory Hernandez</title>
		<link>http://blog.felixdv.com/2008/01/28/exception-catcher-filter-for-symfony/comment-page-1/#comment-1334</link>
		<dc:creator>Greggory Hernandez</dc:creator>
		<pubDate>Thu, 21 Jul 2011 16:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.devliegher.be/2008/01/28/exception-catcher-filter-for-symfony/#comment-1334</guid>
		<description>Thanks for this. This made it very easy for me to log all exceptions to a specific DB table. And as a side note, I&#039;m not sure what version of Symfony you&#039;re using, but this basic concept works effectively under Symfony 1.4 for me.</description>
		<content:encoded><![CDATA[<p>Thanks for this. This made it very easy for me to log all exceptions to a specific DB table. And as a side note, I&#8217;m not sure what version of Symfony you&#8217;re using, but this basic concept works effectively under Symfony 1.4 for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPL_Types in php and strong typing by petersen</title>
		<link>http://blog.felixdv.com/2008/01/09/spl_types-in-php-and-strong-typing/comment-page-1/#comment-1234</link>
		<dc:creator>petersen</dc:creator>
		<pubDate>Wed, 13 Apr 2011 10:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.devliegher.be/2008/01/09/spl_types-in-php-and-strong-typing/#comment-1234</guid>
		<description>There is a working example of strong data typing in PHP, see:

http://php.webtutor.pl/index.php/2011/04/13/strong-data-typing-in-php-part-ii-autoboxing-and-indestructable-objects-english-version/</description>
		<content:encoded><![CDATA[<p>There is a working example of strong data typing in PHP, see:</p>
<p><a href="http://php.webtutor.pl/index.php/2011/04/13/strong-data-typing-in-php-part-ii-autoboxing-and-indestructable-objects-english-version/" rel="nofollow">http://php.webtutor.pl/index.php/2011/04/13/strong-data-typing-in-php-part-ii-autoboxing-and-indestructable-objects-english-version/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Goodbye Ibuildings, hello Egeniq by Alessandro Nadalin</title>
		<link>http://blog.felixdv.com/2011/04/05/goodbye-ibuildings-hello-egeniq/comment-page-1/#comment-1223</link>
		<dc:creator>Alessandro Nadalin</dc:creator>
		<pubDate>Wed, 06 Apr 2011 08:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felixdv.com/?p=233#comment-1223</guid>
		<description>Good luck felix!</description>
		<content:encoded><![CDATA[<p>Good luck felix!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
