<?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 DuoCoding: Coding together</title>
	<atom:link href="http://www.duocoding.nl/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.duocoding.nl/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 11 Oct 2010 13:17:48 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How-to: Install HipHop (PHP to C++ translator) on Ubuntu 9.10 by admin</title>
		<link>http://www.duocoding.nl/blog/226/installing-and-running-hiphop-php-to-c-translator-on-ubuntu-9-10/comment-page-1#comment-455</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 11 Oct 2010 13:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.duocoding.nl/blog/?p=226#comment-455</guid>
		<description>Unfortunately, Hiphop does not support 32 bit operating systems. See also the official Hiphop wiki:
http://github.com/facebook/hiphop-php/wiki/Building-and-Installing-on-Ubuntu-9.10</description>
		<content:encoded><![CDATA[<p>Unfortunately, Hiphop does not support 32 bit operating systems. See also the official Hiphop wiki:<br />
<a href="http://github.com/facebook/hiphop-php/wiki/Building-and-Installing-on-Ubuntu-9.10" rel="nofollow">http://github.com/facebook/hiphop-php/wiki/Building-and-Installing-on-Ubuntu-9.10</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to: Install HipHop (PHP to C++ translator) on Ubuntu 9.10 by karthick</title>
		<link>http://www.duocoding.nl/blog/226/installing-and-running-hiphop-php-to-c-translator-on-ubuntu-9-10/comment-page-1#comment-454</link>
		<dc:creator>karthick</dc:creator>
		<pubDate>Mon, 11 Oct 2010 11:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.duocoding.nl/blog/?p=226#comment-454</guid>
		<description>Does this hold good for ubuntu 9.01 systems. Mine is 32 bit.  Build has been done and I am not able to execute the compiler now. in /usr/local/bin hphp file is missing. Is this due to my build break or its not supported to 32 bit. I have configured hiphop compiler using http://littlewhitetwo.blogbus.com/logs/68330170.html this link.
Cmake output:

oot@classle-desktop:~/hiphop/hiphop-php# cmake .
-- Configuring done -- Generating done
-- Build files have been written to: /root/hiphop/hiphop-php
Make output:

[ 17%] Building C object mbfl/CMakeFiles/mbfl.dir//filters/
mbfilter_iso8859_15.c.o [ 18%] Building C object mbfl/CMakeFiles/
mbfl.dir//filters/mbfilter_iso8859_16.c.o Linking C static library
libmbfl.a
[100%] Built target mbfl

System Spec:
Ubuntu 9.04
32 bit Linux machine
Php 5.1 Version and apache2

After doing this,I tried to execute a php script . script is in src
directory
root@classle-desktop:~/hiphop/hiphop-php/src# hphp/hphp test.php
bash: hphp/hphp: is a directory
Clarifications needed:
It seems that hiphop is not installed properly.Can some please help me
on this?. Would I have missed anything??.Are my logs are right.? i
have seen in some blogs that ubuntu doesnot support hiphop as of now?.
any mistakes due to the 32 bit version. because packages are built
only for Centos and debian??</description>
		<content:encoded><![CDATA[<p>Does this hold good for ubuntu 9.01 systems. Mine is 32 bit.  Build has been done and I am not able to execute the compiler now. in /usr/local/bin hphp file is missing. Is this due to my build break or its not supported to 32 bit. I have configured hiphop compiler using <a href="http://littlewhitetwo.blogbus.com/logs/68330170.html" rel="nofollow">http://littlewhitetwo.blogbus.com/logs/68330170.html</a> this link.<br />
Cmake output:</p>
<p>oot@classle-desktop:~/hiphop/hiphop-php# cmake .<br />
&#8211; Configuring done &#8212; Generating done<br />
&#8211; Build files have been written to: /root/hiphop/hiphop-php<br />
Make output:</p>
<p>[ 17%] Building C object mbfl/CMakeFiles/mbfl.dir//filters/<br />
mbfilter_iso8859_15.c.o [ 18%] Building C object mbfl/CMakeFiles/<br />
mbfl.dir//filters/mbfilter_iso8859_16.c.o Linking C static library<br />
libmbfl.a<br />
[100%] Built target mbfl</p>
<p>System Spec:<br />
Ubuntu 9.04<br />
32 bit Linux machine<br />
Php 5.1 Version and apache2</p>
<p>After doing this,I tried to execute a php script . script is in src<br />
directory<br />
root@classle-desktop:~/hiphop/hiphop-php/src# hphp/hphp test.php<br />
bash: hphp/hphp: is a directory<br />
Clarifications needed:<br />
It seems that hiphop is not installed properly.Can some please help me<br />
on this?. Would I have missed anything??.Are my logs are right.? i<br />
have seen in some blogs that ubuntu doesnot support hiphop as of now?.<br />
any mistakes due to the 32 bit version. because packages are built<br />
only for Centos and debian??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to: Profiling PHP scripts using XDebug by Daniel</title>
		<link>http://www.duocoding.nl/blog/165/how-to-profiling-php-scripts-using-xdebug/comment-page-1#comment-265</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 21 Jul 2010 06:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.duocoding.nl/blog/?p=165#comment-265</guid>
		<description>You will need to install graphviz package via

sudo apt-get install graphviz

in order to use dot command for creating graphics.

You should mention that xdebug.profiler_output_dir has to be existent.</description>
		<content:encoded><![CDATA[<p>You will need to install graphviz package via</p>
<p>sudo apt-get install graphviz</p>
<p>in order to use dot command for creating graphics.</p>
<p>You should mention that xdebug.profiler_output_dir has to be existent.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

