<?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>Evilripper Blog &#187; php</title>
	<atom:link href="http://www.evilripper.net/en/category/development/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evilripper.net</link>
	<description>A programmer&#039;s work is never done</description>
	<lastBuildDate>Thu, 09 Sep 2010 12:53:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Call to undefined function: bcdiv()</title>
		<link>http://www.evilripper.net/en/2008/11/16/call-to-undefined-function-bcdiv/</link>
		<comments>http://www.evilripper.net/en/2008/11/16/call-to-undefined-function-bcdiv/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 12:51:10 +0000</pubDate>
		<dc:creator>evilripper</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.evilripper.net/?p=106</guid>
		<description><![CDATA[If your program or site goes in exception with this error then your PHP was not configured with &#8211;enable-bcmath. In windows php has bcmath() for default.
In this snip code there is an alternative to bcdiv():



&#160;


//$totalPage=bcdiv($a , $b, 0);


//alternative method


$res = $a/$b;


$position = strpos &#40;$res, &#34;.&#34;&#41;;


$totalPage = substr&#40;$res, $position-1&#41;;



]]></description>
		<wfw:commentRss>http://www.evilripper.net/en/2008/11/16/call-to-undefined-function-bcdiv/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install Subversion on Gentoo</title>
		<link>http://www.evilripper.net/en/2008/09/13/installare-subversion-gentoo-how-to/</link>
		<comments>http://www.evilripper.net/en/2008/09/13/installare-subversion-gentoo-how-to/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 18:01:45 +0000</pubDate>
		<dc:creator>evilripper</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.evilripper.net/2008/09/13/installare-subversion-gentoo-how-to/</guid>
		<description><![CDATA[This is a translation of this very good tutorial http://www.rockfloat.com/howto/gentoo-subversion.html
I thank the author  John McFarlane  that allowed me to publish the italian translation  on this blog.
]]></description>
		<wfw:commentRss>http://www.evilripper.net/en/2008/09/13/installare-subversion-gentoo-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ambienti di sviluppo per PHP</title>
		<link>http://www.evilripper.net/en/2007/12/14/ambienti-di-sviluppo-per-php/</link>
		<comments>http://www.evilripper.net/en/2007/12/14/ambienti-di-sviluppo-per-php/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 11:14:37 +0000</pubDate>
		<dc:creator>evilripper</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.bpcsoluzioni.com/2007/12/14/ambienti-di-sviluppo-per-php/</guid>
		<description><![CDATA[Alcuni ambienti di sviluppo autoconfiguranti per non perdere tempo a settare apache, php e database:





FoxServ
Ci sarebbe anche easy php ma e&#8217; un bel po&#8217; che non viene aggiornato&#8230; tuttavia per me la soluzione migliore rimane quella di installare ogni programma in maniera separata. Ultimamente pero&#8217; ho usato server2GO per fa andare un&#8217;applicazione web da una [...]]]></description>
		<wfw:commentRss>http://www.evilripper.net/en/2007/12/14/ambienti-di-sviluppo-per-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install module PHP6 Apache Win32</title>
		<link>http://www.evilripper.net/en/2007/07/13/installare-modulo-php6-win32/</link>
		<comments>http://www.evilripper.net/en/2007/07/13/installare-modulo-php6-win32/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 17:16:32 +0000</pubDate>
		<dc:creator>evilripper</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.bpcsoluzioni.com/blog/2007/07/13/installare-modulo-php6-win32/</guid>
		<description><![CDATA[Sorry, this entry is only available in Italiano.
]]></description>
		<wfw:commentRss>http://www.evilripper.net/en/2007/07/13/installare-modulo-php6-win32/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>X-Debug Eclipse Php</title>
		<link>http://www.evilripper.net/en/2007/06/15/php-debugger/</link>
		<comments>http://www.evilripper.net/en/2007/06/15/php-debugger/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 11:30:16 +0000</pubDate>
		<dc:creator>evilripper</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Sorry, this entry is only available in Italiano.
]]></description>
		<wfw:commentRss>http://www.evilripper.net/en/2007/06/15/php-debugger/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
