<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Techonia.com</title>
	
	<link>http://www.techonia.com</link>
	<description>News, Tutorials, and How-tos about Technology</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:19:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Techonia" /><feedburner:info uri="techonia" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Techonia</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to install Eclipse SDK 4.0 on Linux (Slackware 13.1)</title>
		<link>http://feedproxy.google.com/~r/Techonia/~3/UlwO0ghGmiM/install-eclipse-sdk-4-linux-slackware-13</link>
		<comments>http://www.techonia.com/install-eclipse-sdk-4-linux-slackware-13#comments</comments>
		<pubDate>Fri, 30 Jul 2010 11:19:59 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[Eclipse SDK 4.0]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware 13.1]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1797</guid>
		<description><![CDATA[The Eclipse SDK 4.0 had been released on July 28th, 2010 just two days ago. The goals for this release are to be the next generation platform for building eclipse-based tools and rich client desktop application. This article will show you how to install Eclipse SDK 4.0 on Linux, in this I use Slackware 13.1.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/wNTVeS1yGth8zWS464t7o0kNUbw/0/da"><img src="http://feedads.g.doubleclick.net/~a/wNTVeS1yGth8zWS464t7o0kNUbw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/wNTVeS1yGth8zWS464t7o0kNUbw/1/da"><img src="http://feedads.g.doubleclick.net/~a/wNTVeS1yGth8zWS464t7o0kNUbw/1/di" border="0" ismap="true"></img></a></p><div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/install-eclipse-sdk-4-linux-slackware-13";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2010/07/Screenshot-Eclipse-4.png"><img class="alignright size-medium wp-image-1798" title="Screenshot-Eclipse-4" src="http://www.techonia.com/wp-content/uploads/2010/07/Screenshot-Eclipse-4-300x200.png" alt="" width="300" height="200" /></a>The Eclipse SDK 4.0 had been released on July 28th, 2010 just two days ago. The goals for this release are to be the next generation platform for building eclipse-based tools and rich client desktop application. This new release makes it easier for developers to develop and assemble applications and tools based on the Eclipse platform.</p>
<p>This article will show you how to install Eclipse SDK 4.0 on Linux, in this I use Slackware 13.1.</p>
<p>First of all, I assume you already installed the Java Development Kit (JDK) in your system. If not you can follow <a href="http://www.techonia.com/install-jdk-java-linux" target="_blank">my previous article</a> on how to install JDK on Linux.</p>
<p><span id="more-1797"></span><strong>1. Download Eclipse SDK 4.0</strong></p>
<p>Go to Eclipse Release Build: 4.0 <a href="http://download.eclipse.org/e4/sdk/drops/R-4.0-201007271520/" target="_blank">download page</a>. Select the Linux Platform, in this I use x86/GTK 2 Platform. Then click the (http) link in the download column, you will be redirected to a mirror site nearest to you.</p>
<p><strong>2. Extract the file using tar tool</strong></p>
<p>Once the file has been downloaded successfully, extract or untar using the tar tool as follow:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> zxf eclipse-SDK-<span style="color: #000000;">4.0</span>-linux-gtk.tar.gz</pre></div></div>

<p><strong>3. Change to eclipse directory</strong></p>
<p>After extracting the file, an eclipse directory should be created in your current working directory. Go to the eclipse directory.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> eclipse</pre></div></div>

<p><strong>4. Run eclipse</strong></p>
<p>Now it is the time to run the Eclipse SDK 4.0</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>eclipse</pre></div></div>

<p>That&#8217;s it. Below is the screenshot of Eclipse SDK 4.0 running on Linux Slackware 13.1</p>
<div id="attachment_1799" class="wp-caption aligncenter" style="width: 458px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2010/07/Screenshot-Eclipse4.png"><img class="size-full wp-image-1799" title="Screenshot-Eclipse4" src="http://www.techonia.com/wp-content/uploads/2010/07/Screenshot-Eclipse4.png" alt="" width="448" height="260" /></a><p class="wp-caption-text">Eclipse SDK 4.0 Screenshot (click to enlarge)</p></div>
</div><img src="http://feeds.feedburner.com/~r/Techonia/~4/UlwO0ghGmiM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/install-eclipse-sdk-4-linux-slackware-13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techonia.com/install-eclipse-sdk-4-linux-slackware-13</feedburner:origLink></item>
		<item>
		<title>How to solve “PHP Warning: include_once(NetBeansCommandsProvider.php)” after setting ZendFramework in Netbeans</title>
		<link>http://feedproxy.google.com/~r/Techonia/~3/uQm-TevQDLM/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans</link>
		<comments>http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans#comments</comments>
		<pubDate>Tue, 27 Jul 2010 03:56:55 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Apache / PHP]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[Netbeans 6.9]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1793</guid>
		<description><![CDATA[The error messages warned me that "PHP Warning:  include_once(NetBeansCommandsProvider.php): failed to open stream: No such file or directory in /path/to/zend/library/Zend/Loader.php on line 146"]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/USg5A8HgvwJkmd_kBLIPB_vy2LY/0/da"><img src="http://feedads.g.doubleclick.net/~a/USg5A8HgvwJkmd_kBLIPB_vy2LY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/USg5A8HgvwJkmd_kBLIPB_vy2LY/1/da"><img src="http://feedads.g.doubleclick.net/~a/USg5A8HgvwJkmd_kBLIPB_vy2LY/1/di" border="0" ismap="true"></img></a></p><div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>I just downloaded the latest Zend Framework 1.10.6 to test creating web applications using Zend Framework. I have also already installed Netbeans 6.9 for writing Java and PHP codes. The operating system I use is Linux Slackware 13.1.</p>
<p>At the beginning, creating Zend projects are fine, meaning without encountered any warning/error messages. But after adding the Zend Framework to the Netbeans IDE, I could not create Zend web project. The error messages warned me that &#8220;PHP Warning:  include_once(NetBeansCommandsProvider.php): failed to open stream: No such file or directory in /path/to/zend/library/Zend/Loader.php on line 146&#8243;<br />
<span id="more-1793"></span><br />
This is already reported and discussed in the <a href="https://netbeans.org/bugzilla/show_bug.cgi?format=multiple&amp;id=187234" target="_blank">Netbeans bugzilla</a>. It seems to be zend&#8217;s bug. The .zf.ini file, located in your $HOME directory, generated by zend tools has a wrong configuration. If you check the content of the .zf.ini file, there is incorrect in &#8216;php.includepath&#8217; which should be &#8216;php.include_path&#8217;.</p>
<p>To solve this, just open the .zf.ini file and change the &#8216;php.includepath&#8217; to be &#8216;php.include_path&#8217;. That&#8217;s it. Now try to create a new project using zf.sh/zf.php in command line interface. The new project should be created without any errors.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ php bin<span style="color: #000000; font-weight: bold;">/</span>zf.php create project testproject
Creating project at <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>zend<span style="color: #000000; font-weight: bold;">/</span>testproject
Note: This <span style="color: #7a0874; font-weight: bold;">command</span> created a web project, <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #c20cb9; font-weight: bold;">more</span> information setting up your VHOST, please see docs<span style="color: #000000; font-weight: bold;">/</span>README</pre></div></div>

</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans" title="Warning: include_once">Warning: include_once</a></li><li><a href="http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans" title="include_once(NetBeansCommandsProvider php): failed to open stream">include_once(NetBeansCommandsProvider php): failed to open stream</a></li><li><a href="http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans" title="NetBeansCommandsProvider php">NetBeansCommandsProvider php</a></li><li><a href="http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans" title="PHP Warning: include_once(NetBeansCommandsProvider php)">PHP Warning: include_once(NetBeansCommandsProvider php)</a></li><li><a href="http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans" title="PHP Warning: include_once(NetBeansCommandsProvider php):">PHP Warning: include_once(NetBeansCommandsProvider php):</a></li><li><a href="http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans" title="Warning: include_once(NetBeansCommandsProvider php)">Warning: include_once(NetBeansCommandsProvider php)</a></li><li><a href="http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans" title="Warning: include_once(NetBeansCommandsProvider php): failed to open stream:">Warning: include_once(NetBeansCommandsProvider php): failed to open stream:</a></li><li><a href="http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans" title="zend include_once">zend include_once</a></li><li><a href="http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans" title="zf PHP Warning: include_once(NetBeansCommandsProvider php)">zf PHP Warning: include_once(NetBeansCommandsProvider php)</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 4.555 ms --><img src="http://feeds.feedburner.com/~r/Techonia/~4/uQm-TevQDLM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techonia.com/solve-php-warning-include_oncenetbeanscommandsprovider-php-after-setting-zendframework-in-netbeans</feedburner:origLink></item>
		<item>
		<title>The Sprint’s Samsung Epic 4G WiMAX Phone is arriving in the next few weeks</title>
		<link>http://feedproxy.google.com/~r/Techonia/~3/9eU2lzCW8u4/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks</link>
		<comments>http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks#comments</comments>
		<pubDate>Mon, 26 Jul 2010 12:16:00 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[AMOLED]]></category>
		<category><![CDATA[Samsung Epic 4G]]></category>
		<category><![CDATA[Samsung Galaxy]]></category>
		<category><![CDATA[Wimax]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1790</guid>
		<description><![CDATA[The Samsung Epic 4G also known as Samsung Galaxy S Pro for Sprint is arriving in the next few weeks. It is expected to be released on August 2010, should be a few weeks from now.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/gkDeDKqFZ2gZZqMrOjpyrOwQbwI/0/da"><img src="http://feedads.g.doubleclick.net/~a/gkDeDKqFZ2gZZqMrOjpyrOwQbwI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gkDeDKqFZ2gZZqMrOjpyrOwQbwI/1/da"><img src="http://feedads.g.doubleclick.net/~a/gkDeDKqFZ2gZZqMrOjpyrOwQbwI/1/di" border="0" ismap="true"></img></a></p><div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><div id="attachment_1791" class="wp-caption alignright" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2010/07/Samsung_Epic_4G.jpg"><img class="size-medium wp-image-1791" title="Samsung_Epic_4G" src="http://www.techonia.com/wp-content/uploads/2010/07/Samsung_Epic_4G-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">(click to enlarge)</p></div>
<p>The Samsung Epic 4G also known as Samsung Galaxy S Pro for Sprint is arriving in the next few weeks. It is expected to be released on August 2010, should be a few weeks from now.</p>
<p>The device will run Android 2.1 (Eclair) but upgradable to Android 2.2 (Froyo), has 16MB colors super AMOLED capacitive touchscreen, a sliding QWERTY keyboard, TouchWiz 3.0 UI, ARM Cortex A8 1GHz processor, WIFI b/g/n and the WIMAX support.</p>
<p><span id="more-1790"></span>In addition to WiMAX, the Samsung WiMAX phone will support existing Sprint’s 3G network, Wi-Fi b/g/n and Bluetooth 2.1. The Epic 4G will be able to share its 4G or 3G Wireless Data connection with five other devices over Wi-Fi.</p>
<p>Another great features it will come with a suite of communication, entertainment, and productivity applications. Many of these will use Google services like YouTube and Gmail, but users will also be able to get their business mail through Microsoft Exchange.</p>
<p>Below is a hand-on look at the Samsung Galaxy S and the Galaxy S Pro. Thanks to Intomobile.com. Enjoy!!</p>
<p><object width="448" height="277"><param name="movie" value="http://www.youtube.com/v/2NEWkwPAjSA&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2NEWkwPAjSA&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="277"></embed></object></p>
</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks" title="next wimax phone">next wimax phone</a></li><li><a href="http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks" title="sprint samsung epic">sprint samsung epic</a></li><li><a href="http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks" title="epic 3g">epic 3g</a></li><li><a href="http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks" title="epic 4g will be arriving when">epic 4g will be arriving when</a></li><li><a href="http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks" title="samsung epic 4g">samsung epic 4g</a></li><li><a href="http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks" title="samsung wimax phone for sprint">samsung wimax phone for sprint</a></li><li><a href="http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks" title="sprint wireless">sprint wireless</a></li><li><a href="http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks" title="what is the next sprint android phone after the epic 4g">what is the next sprint android phone after the epic 4g</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 4.647 ms --><img src="http://feeds.feedburner.com/~r/Techonia/~4/9eU2lzCW8u4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techonia.com/the-sprints-samsung-epic-4g-wimax-phone-is-arriving-in-the-next-few-weeks</feedburner:origLink></item>
		<item>
		<title>FreeBSD 8.1-RELEASE Officially Announced</title>
		<link>http://feedproxy.google.com/~r/Techonia/~3/Zs7Zjpea778/freebsd-8-1-release-officially-announced</link>
		<comments>http://www.techonia.com/freebsd-8-1-release-officially-announced#comments</comments>
		<pubDate>Sat, 24 Jul 2010 11:58:08 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[FreeBSD 8.1]]></category>
		<category><![CDATA[NFSv4 ACL]]></category>
		<category><![CDATA[zfsloader]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1788</guid>
		<description><![CDATA[Nearly three weeks after announcing the second release candidates, the FreeBSD Engineering Team has announced that the FreeBSD 8.1 Final Release is available to download.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/5n1m8HpFTTzpTuJ4OBU7E2SzTIA/0/da"><img src="http://feedads.g.doubleclick.net/~a/5n1m8HpFTTzpTuJ4OBU7E2SzTIA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5n1m8HpFTTzpTuJ4OBU7E2SzTIA/1/da"><img src="http://feedads.g.doubleclick.net/~a/5n1m8HpFTTzpTuJ4OBU7E2SzTIA/1/di" border="0" ismap="true"></img></a></p><div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/freebsd-8-1-release-officially-announced";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>Nearly three weeks after announcing the second release candidates, the FreeBSD Engineering Team has announced that the FreeBSD 8.1 Final Release is available to download.</p>
<p>This is the second release of the 8-stable branch which improves on the functionality of FreeBSD 8.0 and introduce many new features.</p>
<p><span id="more-1788"></span>Below are some of its highlights:</p>
<ul>
<li>zfsloader added</li>
<li>zpool version of ZFS subsystem updated to version 14</li>
<li>NFSv4 ACL support in UFS and ZFS; support added to cp(1), find(1), getfacl(1), mv(1), and setfacl(1) utilities</li>
<li>UltraSPARC IV/IV+, SPARC64 V support</li>
<li>SMP support in PowerPC G5</li>
<li>BIND 9.6.2-P2</li>
<li>sendmail updated to 8.14.4</li>
<li>OpenSSH updated to 5.4p1</li>
<li>GNOME 2.30.1, KDE 4.4.5</li>
</ul>
<p>For a complete list of new features and known problems, please see the online <a href="http://www.freebsd.org/releases/8.1R/relnotes.html" target="_blank">release notes</a> and <a href="http://www.freebsd.org/releases/8.1R/errata.html" target="_blank">errata list</a>.</p>
<p><strong>About FreeBSD</strong></p>
<p>FreeBSD® is an advanced operating system for modern server, desktop, and embedded computer platforms. FreeBSD&#8217;s code base has undergone over thirty years of continuous development, improvement, and optimization. It is developed and maintained by a large team of individuals. FreeBSD provides advanced networking, impressive security features, and world class performance and is used by some of the world&#8217;s busiest web sites and most pervasive embedded networking and storage devices.</p>
</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/freebsd-8-1-release-officially-announced" title="freebsd 8 1 zfsloader">freebsd 8 1 zfsloader</a></li><li><a href="http://www.techonia.com/freebsd-8-1-release-officially-announced" title="cache:ZQp-s_Vdvw0J:www techonia com/firefox-3-6-just-got-updated-to-3-6-8 java not working on firefox 3 6 8 fedora">cache:ZQp-s_Vdvw0J:www techonia com/firefox-3-6-just-got-updated-to-3-6-8 java not working on firefox 3 6 8 fedora</a></li><li><a href="http://www.techonia.com/freebsd-8-1-release-officially-announced" title="freebsd 8 1 highlight">freebsd 8 1 highlight</a></li><li><a href="http://www.techonia.com/freebsd-8-1-release-officially-announced" title="FreeBSD 8 1 JDK">FreeBSD 8 1 JDK</a></li><li><a href="http://www.techonia.com/freebsd-8-1-release-officially-announced" title="freebsd 8 1 reviews">freebsd 8 1 reviews</a></li><li><a href="http://www.techonia.com/freebsd-8-1-release-officially-announced" title="freebsd zfsloader">freebsd zfsloader</a></li><li><a href="http://www.techonia.com/freebsd-8-1-release-officially-announced" title="next release of opensolaris">next release of opensolaris</a></li><li><a href="http://www.techonia.com/freebsd-8-1-release-officially-announced" title="zfsloader 8 1">zfsloader 8 1</a></li><li><a href="http://www.techonia.com/freebsd-8-1-release-officially-announced" title="zfsloader freebsd">zfsloader freebsd</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 5.582 ms --><img src="http://feeds.feedburner.com/~r/Techonia/~4/Zs7Zjpea778" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/freebsd-8-1-release-officially-announced/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techonia.com/freebsd-8-1-release-officially-announced</feedburner:origLink></item>
		<item>
		<title>Firefox 3.6 just got updated to 3.6.8</title>
		<link>http://feedproxy.google.com/~r/Techonia/~3/nc9rMSbXtxo/firefox-3-6-just-got-updated-to-3-6-8</link>
		<comments>http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8#comments</comments>
		<pubDate>Sat, 24 Jul 2010 10:07:22 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox 3.6.8]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1785</guid>
		<description><![CDATA[Firefox 3.6, the latest stable release of Mozilla Firefox browser, just got updated to version 3.6.8. It is just three days after the release of Firefox 3.6.7 on Tuesday, July 20th still in this week.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/pgSmnqzRNIebfFTUFE7cGDYht08/0/da"><img src="http://feedads.g.doubleclick.net/~a/pgSmnqzRNIebfFTUFE7cGDYht08/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/pgSmnqzRNIebfFTUFE7cGDYht08/1/da"><img src="http://feedads.g.doubleclick.net/~a/pgSmnqzRNIebfFTUFE7cGDYht08/1/di" border="0" ismap="true"></img></a></p><div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>Firefox 3.6, the latest stable release of Mozilla Firefox browser, just got updated to version 3.6.8. It is just three days after the release of Firefox 3.6.7 on Tuesday, July 20th still in this week.</p>
<p>According to <a href="http://www.mozilla.com/en-US/firefox/3.6.8/releasenotes/" target="_blank">the release note</a> this release fixes a single stability issue affecting some pages containing plugins. All users are encouraged to upgrade to this release to prevent the stability issue mentioned before.</p>
<p><span id="more-1785"></span>To upgrade to the latest version, just click Help &gt; Check for Upadates&#8230; directly from you Mozilla Firefox browser.</p>
<div id="attachment_1786" class="wp-caption aligncenter" style="width: 320px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2010/07/Firefox-3.6.8.png"><img class="size-full wp-image-1786" title="Firefox-3.6.8" src="http://www.techonia.com/wp-content/uploads/2010/07/Firefox-3.6.8.png" alt="" width="310" height="487" /></a><p class="wp-caption-text">Firefox 3.6.8</p></div>
</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="install java in firefox 3 6 8 ubuntu">install java in firefox 3 6 8 ubuntu</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="cache:ZQp-s_Vdvw0J:www techonia com/firefox-3-6-just-got-updated-to-3-6-8 java not working on firefox 3 6 8 fedora">cache:ZQp-s_Vdvw0J:www techonia com/firefox-3-6-just-got-updated-to-3-6-8 java not working on firefox 3 6 8 fedora</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="firefox 3 6 8 fedora">firefox 3 6 8 fedora</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="java version 6 update 20 not working with ubuntu firefox 3 6 8">java version 6 update 20 not working with ubuntu firefox 3 6 8</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="firefox solaris 3 6 8 install">firefox solaris 3 6 8 install</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="freebsd firefox 3 6 8">freebsd firefox 3 6 8</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="how to enable Java in firefox 3 6 8">how to enable Java in firefox 3 6 8</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="how to install firefox 3 6 8 in fedora">how to install firefox 3 6 8 in fedora</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="how to install firefox 3 6 8 in ubuntu">how to install firefox 3 6 8 in ubuntu</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="how to install firefox-3 6 8 on ubunt">how to install firefox-3 6 8 on ubunt</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="ubuntu firefox 3 6 8">ubuntu firefox 3 6 8</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="install firefox 3 6 8 slackware">install firefox 3 6 8 slackware</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="install firefox 3 6 8 ubuntu">install firefox 3 6 8 ubuntu</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="solaris firefox 3 6 8">solaris firefox 3 6 8</a></li><li><a href="http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8" title="is it safe to enable java in firefox 3 6 8">is it safe to enable java in firefox 3 6 8</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 8.9 ms --><img src="http://feeds.feedburner.com/~r/Techonia/~4/nc9rMSbXtxo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techonia.com/firefox-3-6-just-got-updated-to-3-6-8</feedburner:origLink></item>
		<item>
		<title>How to install PHP Plugin for Eclipse 3.5 (Galileo)</title>
		<link>http://feedproxy.google.com/~r/Techonia/~3/JpM8-Xf5N7A/install-php-plugin-pdt-eclipse-galileo</link>
		<comments>http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo#comments</comments>
		<pubDate>Sat, 24 Jul 2010 09:54:22 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Eclipse PDT]]></category>
		<category><![CDATA[Galileo]]></category>
		<category><![CDATA[PHP Eclipse]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1780</guid>
		<description><![CDATA[Eclipse is a powerful and robust integrated development environment (IDE). For many people it is the 'de facto' IDE to code Java, C/C++, Javascript, PHP and et cetera.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/L3wkPRfvDqanywsNJ4e2gUaVUOM/0/da"><img src="http://feedads.g.doubleclick.net/~a/L3wkPRfvDqanywsNJ4e2gUaVUOM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/L3wkPRfvDqanywsNJ4e2gUaVUOM/1/da"><img src="http://feedads.g.doubleclick.net/~a/L3wkPRfvDqanywsNJ4e2gUaVUOM/1/di" border="0" ismap="true"></img></a></p><div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>Eclipse is a powerful and robust integrated development environment (IDE). For many people it is the &#8216;de facto&#8217; IDE to code Java, C/C++, Javascript, PHP and et cetera.</p>
<p>This article shows you how to install PHP Plugin or PHP Development Tools (PDT) into Eclipse aka Galileo.</p>
<p><span id="more-1780"></span>1. Run Eclipse then click Help &gt; Install New Software&#8230;</p>
<p>2. In the Install Available Software window, select the Galileo update in the &#8216;Work with&#8217; field.</p>
<div id="attachment_1781" class="wp-caption aligncenter" style="width: 458px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2010/07/Install-PDT-Eclipse.png"><img class="size-full wp-image-1781" title="Install-PDT-Eclipse" src="http://www.techonia.com/wp-content/uploads/2010/07/Install-PDT-Eclipse.png" alt="" width="448" height="529" /></a><p class="wp-caption-text">Install PDT Eclipse (click to enlarge)</p></div>
<p>Scroll down to find &#8216;Programming Language&#8217; category name and expand it. Then check/select the &#8216;PHP Development Tools (PDT) SDK Feature&#8217;</p>
<p>3. Click &#8216;Next &gt;&#8217; and then just accept the terms of the license agreements, and click Finish button.</p>
<p>4. Wait for a couple of minutes to let the installation process install the PHP plugin.</p>
<div id="attachment_1782" class="wp-caption aligncenter" style="width: 458px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2010/07/Eclipse-PHP-Install.png"><img class="size-full wp-image-1782" title="Eclipse-PHP-Install" src="http://www.techonia.com/wp-content/uploads/2010/07/Eclipse-PHP-Install.png" alt="" width="448" height="266" /></a><p class="wp-caption-text">PDT Installation Process (click to enlarge)</p></div>
<p>5. Once the installation has completed, it is better to restart the Eclipse.</p>
<p>Now you are ready to write PHP codes using Eclipse.</p>
<div id="attachment_1783" class="wp-caption aligncenter" style="width: 458px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2010/07/Screenshot-Eclipse-PHP.png"><img class="size-full wp-image-1783" title="Screenshot-Eclipse-PHP" src="http://www.techonia.com/wp-content/uploads/2010/07/Screenshot-Eclipse-PHP.png" alt="" width="448" height="238" /></a><p class="wp-caption-text">Write PHP Codes in Eclipse (click to enlarge)</p></div>
</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="blackberry php plugin eclipse">blackberry php plugin eclipse</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="eclipse galileo php plugin">eclipse galileo php plugin</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="eclipse installer php">eclipse installer php</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="???? ???? ????">???? ???? ????</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="install php plugin eclipse 3 5">install php plugin eclipse 3 5</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="pdt eclise galileo 3 5">pdt eclise galileo 3 5</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="php plugin eclipse helios">php plugin eclipse helios</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="php plugin for eclipse galileo">php plugin for eclipse galileo</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="plugin php en eclipse galileo">plugin php en eclipse galileo</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="instalar eclipse 3 5 plugin pdt php">instalar eclipse 3 5 plugin pdt php</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="how to install php plugins for eclipse o windows">how to install php plugins for eclipse o windows</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="how to install php in eclipse galileo">how to install php in eclipse galileo</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="galileo php plugin">galileo php plugin</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="eclipse gallileo php howto">eclipse gallileo php howto</a></li><li><a href="http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo" title="eclipse 3 6 install php eclipse">eclipse 3 6 install php eclipse</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 9.262 ms --><img src="http://feeds.feedburner.com/~r/Techonia/~4/JpM8-Xf5N7A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techonia.com/install-php-plugin-pdt-eclipse-galileo</feedburner:origLink></item>
		<item>
		<title>T-Mobile will unveil its first HSPA+ smartphone later this summer</title>
		<link>http://feedproxy.google.com/~r/Techonia/~3/LrG-4i5ks0c/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer</link>
		<comments>http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer#comments</comments>
		<pubDate>Fri, 23 Jul 2010 00:04:02 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[HTC]]></category>
		<category><![CDATA[3.5G]]></category>
		<category><![CDATA[4G]]></category>
		<category><![CDATA[HSPA+]]></category>
		<category><![CDATA[HTC Vision]]></category>
		<category><![CDATA[T-Mobile]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1776</guid>
		<description><![CDATA[There is a great news. According to T-Mobile USA official Twitter account, its first HSPA+ capable smartphone will be unveiled later this summer. The smartphone device will use HTC Vanguard aka HTC Vision.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/mi1wwWqakBmyyCaf3J75Dk2RL2c/0/da"><img src="http://feedads.g.doubleclick.net/~a/mi1wwWqakBmyyCaf3J75Dk2RL2c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/mi1wwWqakBmyyCaf3J75Dk2RL2c/1/da"><img src="http://feedads.g.doubleclick.net/~a/mi1wwWqakBmyyCaf3J75Dk2RL2c/1/di" border="0" ismap="true"></img></a></p><div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2010/07/tmobile-hspa+release-news.png"><img class="aligncenter size-full wp-image-1777" title="tmobile-hspa+release-news" src="http://www.techonia.com/wp-content/uploads/2010/07/tmobile-hspa+release-news.png" alt="" width="448" height="295" /></a>There is a great news. According to <a href="http://twitter.com/tmobile_usa" target="_blank">T-Mobile USA official Twitter account</a>, its first HSPA+ capable smartphone will be unveiled later this summer. The smartphone device will use HTC Vanguard aka HTC Vision.</p>
<p>In real-world testing, the HSPA+ network can offer an average download speed of nearly 3 Mbps and upload speed of almost 1.3 Mbps. By reaching this speed rate value, it will be faster than Sprint&#8217;s Wimax network which is advertised as being 4G.<br />
<span id="more-1776"></span><br />
For you that want to take a look at the HTC Vision, here is the video. Thanks TheLayue. Enjoy!!</p>
<p><object width="448" height="361"><param name="movie" value="http://www.youtube.com/v/HSa2MW8NK7o&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HSa2MW8NK7o&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="361"></embed></object></p>
</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer" title="HTC Vanguard">HTC Vanguard</a></li><li><a href="http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer" title="HSPA -capable smartphone">HSPA -capable smartphone</a></li><li><a href="http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer" title="HSPA capable smartphone">HSPA capable smartphone</a></li><li><a href="http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer" title="HSPA smartphone">HSPA smartphone</a></li><li><a href="http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer" title="t-mobile unveil hspa">t-mobile unveil hspa</a></li><li><a href="http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer" title="T-Mobile will unveil its first HSPA">T-Mobile will unveil its first HSPA</a></li><li><a href="http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer" title="T-Mobile will unveil its first HSPA -">T-Mobile will unveil its first HSPA -</a></li><li><a href="http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer" title="T-Mobile will unveil its first HSPA capable smartphone">T-Mobile will unveil its first HSPA capable smartphone</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 4.7 ms --><img src="http://feeds.feedburner.com/~r/Techonia/~4/LrG-4i5ks0c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techonia.com/t-mobile-will-unveil-its-first-hspa-smartphone-this-summer</feedburner:origLink></item>
		<item>
		<title>PHP 5.3.3 and 5.2.14 Officially Released</title>
		<link>http://feedproxy.google.com/~r/Techonia/~3/gr_2UiMpI9E/php-5-3-3-and-5-2-14-officially-released</link>
		<comments>http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released#comments</comments>
		<pubDate>Thu, 22 Jul 2010 21:21:36 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Apache / PHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP 5.2.14]]></category>
		<category><![CDATA[PHP 5.3.3]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1774</guid>
		<description><![CDATA[The PHP Development Team just announced today the availability of PHP 5.3.3 and PHP 5.2.14. The PHP 5.3.3 comes on improving the stability and security of the 5.3.x branch with more than 100 bug fixes, some of which are security related so all users are highly encouraged to upgrade to this release.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/MPrIVQjuwvijKygUW_9rYyHQfgM/0/da"><img src="http://feedads.g.doubleclick.net/~a/MPrIVQjuwvijKygUW_9rYyHQfgM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/MPrIVQjuwvijKygUW_9rYyHQfgM/1/da"><img src="http://feedads.g.doubleclick.net/~a/MPrIVQjuwvijKygUW_9rYyHQfgM/1/di" border="0" ismap="true"></img></a></p><div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>The PHP Development Team just announced today the availability of PHP 5.3.3 and PHP 5.2.14. The PHP 5.3.3 comes on improving the stability and security of the 5.3.x branch with more than 100 bug fixes, some of which are security related so all users are highly encouraged to upgrade to this release.</p>
<p>According to the release announcement, PHP 5.3.3 change the backward compatibility. It stated that methods with the same name as the last element of a namespaced class name will no longer be treated as constructor. This change doesn&#8217;t affect non-namespaced classes.</p>
<p><span id="more-1774"></span>Below are the security enhancements and fixes in PHP 5.3.3:</p>
<ul>
<li>Rewrote var_export() to use smart_str rather than output buffering, prevents data disclosure if a fatal error occurs (CVE-2010-2531).</li>
<li>Fixed a possible resource destruction issues in shm_put_var().</li>
<li>Fixed a possible information leak because of interruption of XOR operator.</li>
<li>Fixed a possible memory corruption because of unexpected call-time pass by refernce and following memory clobbering through callbacks.</li>
<li>Fixed a possible memory corruption in ArrayObject::uasort().</li>
<li>Fixed a possible memory corruption in parse_str().</li>
<li>Fixed a possible memory corruption in pack().</li>
<li>Fixed a possible memory corruption in substr_replace().</li>
<li>Fixed a possible memory corruption in addcslashes().</li>
<li>Fixed a possible stack exhaustion inside fnmatch().</li>
<li>Fixed a possible dechunking filter buffer overflow.</li>
<li>Fixed a possible arbitrary memory access inside sqlite extension.</li>
<li>Fixed string format validation inside phar extension.</li>
<li>Fixed handling of session variable serialization on certain prefix characters.</li>
<li>Fixed a NULL pointer dereference when processing invalid XML-RPC requests (Fixes CVE-2010-0397, bug #51288).</li>
<li>Fixed SplObjectStorage unserialization problems (CVE-2010-2225).</li>
<li>Fixed possible buffer overflows in mysqlnd_list_fields, mysqlnd_change_user.</li>
<li>Fixed possible buffer overflows when handling error packets in mysqlnd.</li>
</ul>
<p><strong>Key enhancements in PHP 5.3.3 include:</strong></p>
<ul>
<li>Upgraded bundled sqlite to version 3.6.23.1.</li>
<li>Upgraded bundled PCRE to version 8.02.</li>
<li>Added FastCGI Process Manager (FPM) SAPI.</li>
<li>Added stream filter support to mcrypt extension.</li>
<li>Added full_special_chars filter to ext/filter.</li>
<li>Fixed a possible crash because of recursive GC invocation.</li>
<li>Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).</li>
<li>Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function).</li>
<li>Fixed bug #52060 (Memory leak when passing a closure to method_exists()).</li>
<li>Fixed bug #52001 (Memory allocation problems after using variable variables).</li>
<li>Fixed bug #51723 (Content-length header is limited to 32bit integer with Apache2 on Windows).</li>
<li>Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP &gt;= 5.3).</li>
</ul>
<p>For users upgrading from PHP 5.2 there is a migration guide available on <a href="http://www.php.net/migration53" target="_blank">http://php.net/migration53</a>, detailing the changes between those releases and PHP 5.3. For a full list of changes in PHP 5.3.3, see the <a href="http://www.php.net/ChangeLog-5.php#5.3.3" target="_blank">ChangeLog</a>.</p>
<p><strong>The PHP 5.2.14 Release</strong></p>
<p>The PHP 5.2.14 focuses on improving the stability and security of the 5.2.x branch with more than 60 bug fixes, some of which are security related. This release is the last 5.2.x branch marking the end of support for PHP 5.2 meaning there is no further active bug maintenance. All PHP 5.2.x users are highly encouraged to upgrade to PHP 5.3.</p>
<p><strong>Security Enhancements and Fixes in PHP 5.2.14:</strong></p>
<ul>
<li>Rewrote var_export() to use smart_str rather than output buffering, prevents data disclosure if a fatal error occurs.</li>
<li>Fixed a possible interruption array leak in strrchr().(CVE-2010-2484)</li>
<li>Fixed a possible interruption array leak in strchr(), strstr(), substr(), chunk_split(), strtok(), addcslashes(), str_repeat(), trim().</li>
<li>Fixed a possible memory corruption in substr_replace().</li>
<li>Fixed SplObjectStorage unserialization problems (CVE-2010-2225).</li>
<li>Fixed a possible stack exaustion inside fnmatch().</li>
<li>Fixed a NULL pointer dereference when processing invalid XML-RPC requests (Fixes CVE-2010-0397, bug #51288).</li>
<li>Fixed handling of session variable serialization on certain prefix characters.</li>
<li>Fixed a possible arbitrary memory access inside sqlite extension. Reported by Mateusz Kocielski.</li>
</ul>
<p><strong>Key enhancements in PHP 5.2.14 include:</strong></p>
<ul>
<li>Upgraded bundled PCRE to version 8.02.</li>
<li>Updated timezone database to version 2010.5.</li>
<li>Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).</li>
<li>Fixed bug #52237 (Crash when passing the reference of the property of a non-object).</li>
<li>Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function).</li>
<li>Fixed bug #51822 (Segfault with strange __destruct() for static class variables).</li>
<li>Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues).</li>
<li>Fixed bug #49267 (Linking fails for iconv on MacOS: &#8220;Undefined symbols: _libiconv&#8221;).</li>
</ul>
<p>To prepare for upgrading to PHP 5.3, now that PHP 5.2&#8242;s support ended, a migration guide available on<a href="http://www.php.net/migration53" target="_blank">http://php.net/migration53</a>, details the changes between PHP 5.2 and PHP 5.3.</p>
<p>For a full list of changes in PHP 5.2.14 see the <a href="http://www.php.net/ChangeLog-5.php#5.2.14" target="_blank">ChangeLog</a>.</p>
<p>Source: <a href="http://www.php.net/" target="_blank">The PHP Website</a></p>
</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="CVE-2010-2484">CVE-2010-2484</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="how to install php 5 3 3">how to install php 5 3 3</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="how to install php-5 3 3">how to install php-5 3 3</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="Installing php 5 3 3">Installing php 5 3 3</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="php 5 2 14 apache">php 5 2 14 apache</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="php 5 3 3 freebsd">php 5 3 3 freebsd</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="php 5 2 14 installer">php 5 2 14 installer</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="php 5 3 backward compatible 5 2">php 5 3 backward compatible 5 2</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="browser that support PHP 5 3 3">browser that support PHP 5 3 3</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="php-5 3 3 APACHE">php-5 3 3 APACHE</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="php 5 3 3 for apache 2">php 5 3 3 for apache 2</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="php 5 3 3 array memory leak">php 5 3 3 array memory leak</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="php 5 3 3 apache2 how to">php 5 3 3 apache2 how to</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="windows PHP 5 3 3">windows PHP 5 3 3</a></li><li><a href="http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released" title="php 5 3 3 apache install">php 5 3 3 apache install</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 8.71 ms --><img src="http://feeds.feedburner.com/~r/Techonia/~4/gr_2UiMpI9E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techonia.com/php-5-3-3-and-5-2-14-officially-released</feedburner:origLink></item>
		<item>
		<title>Some Lists of Windows Phone 7 Technical Preview Video</title>
		<link>http://feedproxy.google.com/~r/Techonia/~3/f8Wb9Tvmqvk/some-list-of-windows-phone-7-video</link>
		<comments>http://www.techonia.com/some-list-of-windows-phone-7-video#comments</comments>
		<pubDate>Thu, 22 Jul 2010 12:46:15 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1769</guid>
		<description><![CDATA[Windows Phone 7, the Microsoft&#8217;s next mobile operating system, is about to be expected available in the market on October 2010. Many people seems to like what they see on the Technical Preview. It looks very impressive. I just compiled some lists of Windows Phone 7 Official Technical Preview Video you may wish to take [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/p4vK2E3hM2XER5cpVIvasj-T740/0/da"><img src="http://feedads.g.doubleclick.net/~a/p4vK2E3hM2XER5cpVIvasj-T740/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/p4vK2E3hM2XER5cpVIvasj-T740/1/da"><img src="http://feedads.g.doubleclick.net/~a/p4vK2E3hM2XER5cpVIvasj-T740/1/di" border="0" ismap="true"></img></a></p><div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/some-list-of-windows-phone-7-video";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>Windows Phone 7, the Microsoft&#8217;s next mobile operating system, is about to be expected available in the market on October 2010. Many people seems to like what they see on the Technical Preview. It looks very impressive.</p>
<p>I just compiled some lists of Windows Phone 7 Official Technical Preview Video you may wish to take a look.</p>
<p>Here are the videos. Enjoy!!</p>
<p><object width="448" height="277"><param name="movie" value="http://www.youtube.com/v/wlJ_fLPpmdM&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wlJ_fLPpmdM&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="277"></embed></object><br />
<span id="more-1769"></span><br />
<object width="448" height="361"><param name="movie" value="http://www.youtube.com/v/MdDAeyy1H0A&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/MdDAeyy1H0A&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="361"></embed></object></p>
<p><object width="448" height="277"><param name="movie" value="http://www.youtube.com/v/XO8AgDmyrKQ&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XO8AgDmyrKQ&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="277"></embed></object></p>
<p><object width="448" height="277"><param name="movie" value="http://www.youtube.com/v/5q-HtdW03Zs&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5q-HtdW03Zs&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="277"></embed></object></p>
<p><object width="448" height="361"><param name="movie" value="http://www.youtube.com/v/FBMBQNOHzGc&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/FBMBQNOHzGc&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="361"></embed></object></p>
<p><object width="448" height="277"><param name="movie" value="http://www.youtube.com/v/11z08onxWhc&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/11z08onxWhc&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="277"></embed></object></p>
<p><object width="448" height="361"><param name="movie" value="http://www.youtube.com/v/EfwtUjdGsv4&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EfwtUjdGsv4&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="448" height="361"></embed></object></p>
</div><img src="http://feeds.feedburner.com/~r/Techonia/~4/f8Wb9Tvmqvk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/some-list-of-windows-phone-7-video/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techonia.com/some-list-of-windows-phone-7-video</feedburner:origLink></item>
		<item>
		<title>PC-BSD 8.1 Officially Released</title>
		<link>http://feedproxy.google.com/~r/Techonia/~3/uqtK4rpVbJw/pc-bsd-8-1-officially-released</link>
		<comments>http://www.techonia.com/pc-bsd-8-1-officially-released#comments</comments>
		<pubDate>Thu, 22 Jul 2010 11:51:33 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[PC-BSD]]></category>
		<category><![CDATA[Encryption pass-phrase]]></category>
		<category><![CDATA[GPT partitioning]]></category>
		<category><![CDATA[PC-BSD 8.1]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1767</guid>
		<description><![CDATA[The PC-BSD Dev Team has announced the availability of PC-BSD 8.1 (Hubble Edition), running on FreeBSD 8.1 kernel. The new release comes with a number of enhancements and improvements.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/E7Cl2wdkWZQj362EsVy3EM_Nea8/0/da"><img src="http://feedads.g.doubleclick.net/~a/E7Cl2wdkWZQj362EsVy3EM_Nea8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/E7Cl2wdkWZQj362EsVy3EM_Nea8/1/da"><img src="http://feedads.g.doubleclick.net/~a/E7Cl2wdkWZQj362EsVy3EM_Nea8/1/di" border="0" ismap="true"></img></a></p><div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/pc-bsd-8-1-officially-released";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>The PC-BSD Dev Team has announced the availability of PC-BSD 8.1 (Hubble Edition), running on FreeBSD 8.1 kernel.</p>
<p>The new release comes with a number of enhancements and improvements. The most notable changes are as follows:</p>
<ul>
<li>FreeBSD 8.1-Release</li>
<li>KDE 4.4.5</li>
<li>Numerous fixes to the installation backend</li>
<li>Support for creating dedicated disk GPT partitioning</li>
<li>Improved ZFS support</li>
<li>Bugfixes to desktop tools / utilities</li>
</ul>
<p><span id="more-1767"></span>According to the release announcement, below are the full changelog of the new release:</p>
<ul>
<li>Updated to KDE 4.4.5</li>
<li>Updated to FreeBSD 8.1</li>
<li>Numerous fixes to installer, such as: Switch to &#8220;gpart&#8221; instead of fdisk for backend, Improvements to ZFS, allowing mirror / raidz setup via GUI, Encryption pass-phrase support, Use GPT partitioning when running in dedicated disk mode</li>
<li>Improvements to life-preserver backup tool</li>
<li>Fixed issue running downloaded python / ruby plasmoids</li>
<li>Fixed nepomuk / strigi default init at first login</li>
<li>Fixed issues with wifi tools in calculating signal strength</li>
<li>ZFS syntax fix for installs to MBR partition</li>
<li>During upgrade now install selected components properly</li>
<li>Don&#8217;t use &#8220;lagg&#8221; device on systems with no wifi</li>
<li>Use &#8220;async&#8221; for journaled file-systems</li>
<li>Enable double-click partition editing action</li>
<li>Fixed backwards numlock logic in KDE</li>
<li>Added fixes to reduce kdeinit cpu usage from file polling</li>
<li>Use 24 bit color depth during install by default</li>
</ul>
<p>The download files are available in its <a href="http://www.pcbsd.org/content/view/169/11/" target="_blank">mirrors site</a>.</p>
<p><strong>About PC-BSD</strong></p>
<p>PC-BSD is a free operating system with ease of use in mind. Like any modern system, you can listen to your favorite music, watch your movies, work with office documents and install your favorite applications with a setup wizard at a click.</p>
</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="pc-bsd 8 1">pc-bsd 8 1</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="BSD 8 1 windows">BSD 8 1 windows</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="pcbsd 8 1 wifi howto">pcbsd 8 1 wifi howto</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="pc-bsd gpt">pc-bsd gpt</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="pc-bsd 8 1 release">pc-bsd 8 1 release</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="PC-BSD 8 1 Hubble Edition cd">PC-BSD 8 1 Hubble Edition cd</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="pc bsd installation">pc bsd installation</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="net install pcbsd 8 1">net install pcbsd 8 1</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="java for pc-bsd">java for pc-bsd</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="installing PC BSD on GPT partition">installing PC BSD on GPT partition</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="howto install pc-bsd 8 1">howto install pc-bsd 8 1</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="freebsd 8 1">freebsd 8 1</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="enable java on pc-bsd 8">enable java on pc-bsd 8</a></li><li><a href="http://www.techonia.com/pc-bsd-8-1-officially-released" title="pcbsd Encryption pass-phrase">pcbsd Encryption pass-phrase</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 8.662 ms --><img src="http://feeds.feedburner.com/~r/Techonia/~4/uqtK4rpVbJw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/pc-bsd-8-1-officially-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techonia.com/pc-bsd-8-1-officially-released</feedburner:origLink></item>
	</channel>
</rss>
