<?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>Nano&#039;s Blog &#187; php</title>
	<atom:link href="http://www.nanohe.net/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nanohe.net/blog</link>
	<description>Hello World!</description>
	<lastBuildDate>Tue, 20 Jul 2010 09:47:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kohana Installation Tutorial</title>
		<link>http://www.nanohe.net/blog/2010/01/kohana-installation-tutorial/</link>
		<comments>http://www.nanohe.net/blog/2010/01/kohana-installation-tutorial/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:11:13 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[kohana]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=297</guid>
		<description><![CDATA[Step1.
Download kohana from : http://v3.kohanaphp.com (Version:3.0.3.zip);
Step2.
Uncompress kohana_3.0.3  and copy kohana folder to C:\xampp\htdocs and rename kohana to &#8216;home&#8217;
Step3.
start XAMPP apache service from XAMPP control panel
Step4.
Input: http://localhost/home/index.php
Show error below
cURL Enabled       Kohana requires cURL for the Remote class. 
Step5.
Open C:\xampp\php\php.ini file and remove &#8216;;&#8217; from 
extension=php_curl.dll in php.ini
Step6.
Restart Apache service.
Step7.
Input: [...]]]></description>
			<content:encoded><![CDATA[<p>Step1.<br />
Download kohana from : http://v3.kohanaphp.com (Version:3.0.3.zip);<br />
Step2.<br />
Uncompress kohana_3.0.3  and copy kohana folder to C:\xampp\htdocs and rename kohana to &#8216;home&#8217;<br />
Step3.<br />
start XAMPP apache service from XAMPP control panel<br />
Step4.<br />
Input: http://localhost/home/index.php<br />
Show error below<br />
<strong>cURL Enabled       Kohana requires cURL for the Remote class. </strong><br />
Step5.<br />
Open C:\xampp\php\php.ini file and remove &#8216;;&#8217; from </p>
<pre class="brush: php;">extension=php_curl.dll in php.ini</pre>
<p>Step6.<br />
Restart Apache service.<br />
Step7.<br />
Input: http://localhost/home/index.php again.<br />
Show <strong>Your environment passed all requirements.<br />
Remove or rename the install.php file now.</strong><br />
Step8. Rename install.php to other_Name.php<br />
input: http://localhost/home/index.php again.<br />
Show <strong>Kohana_Request_Exception [ 0 ]: Unable to find a route to match the URI: home/index.php</strong><br />
Step9.<br />
Open C:\xampp\htdocs\home\application\bootstrap.php<br />
find </p>
<pre class="brush: php;">Kohana::init(array('base_url' =&gt; '/kohana/'));</pre>
<p>Modify the <strong>/kohana/</strong> to <strong>/home/</strong><br />
Step10.<br />
input: http://localhost/home/index.php again.<br />
Show <strong>hello, world!</strong><br />
congratulations!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/kohana-installation-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hello World &#8211; Php</title>
		<link>http://www.nanohe.net/blog/2010/01/hello-world-php/</link>
		<comments>http://www.nanohe.net/blog/2010/01/hello-world-php/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:08:30 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=64</guid>
		<description><![CDATA[
&#60;?php
Print &#34;Hello, World.&#34;;
?&#62;

or 

&#60;?php
Echo &#34;Hello, World.&#34;;
?&#62;

]]></description>
			<content:encoded><![CDATA[<pre class="brush: php;">
&lt;?php
Print &quot;Hello, World.&quot;;
?&gt;
</pre>
<p>or </p>
<pre class="brush: php;">
&lt;?php
Echo &quot;Hello, World.&quot;;
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/hello-world-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring PHP Development Environment in Windows</title>
		<link>http://www.nanohe.net/blog/2009/09/configuring-php-development-environment-in-windows/</link>
		<comments>http://www.nanohe.net/blog/2009/09/configuring-php-development-environment-in-windows/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 10:05:51 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=27</guid>
		<description><![CDATA[Installed Packages
xampp-win32-1.7.1-installer.exe            Path: D:\xampp\&#8230;
netbeans-6.7-ml-php-windows.exe         Path: C:\Program Files\NetBeans 6.7\&#8230;
php_xdebug-2.0.5-5.2.dll                            Path: D:\xampp\php\ext\&#8230;
 
Php.ini Configuration
[Zend]
;zend_extension_ts = &#8220;D:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll&#8221;
;zend_extension_manager.optimizer_ts = &#8220;D:\xampp\php\zendOptimizer\lib\Optimizer&#8221;
;zend_optimizer.enable_loader = 0
;zend_optimizer.optimization_level=15
;zend_optimizer.license_path =
; Local Variables:
; tab-width: 4
; End:
+++++++++++++++++++++++++++++++++++++++
If XAMPP1.7.3 instead of XAMPP1.7.1 or 1.7.2
We can&#8217;t find [Zend] in php.ini file.
We can only found the line below:
;zend_extension = &#8220;C:\xampp\php\ext\php_xdebug.dll&#8221;
We should remove &#8216;;&#8217; from the top line.
zend_extension = &#8220;C:\xampp\php\ext\php_xdebug.dll&#8221;
 +++++++++++++++++++++++++++++++++++++++
[XDebug]
;; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Installed Packages</strong></p>
<p>xampp-win32-1.7.1-installer.exe            Path: D:\xampp\&#8230;</p>
<p>netbeans-6.7-ml-php-windows.exe         Path: C:\Program Files\NetBeans 6.7\&#8230;</p>
<p>php_xdebug-2.0.5-5.2.dll                            Path: D:\xampp\php\ext\&#8230;</p>
<p> </p>
<p><strong>Php.ini Configuration</strong></p>
<p>[Zend]</p>
<p>;zend_extension_ts = &#8220;D:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll&#8221;</p>
<p>;zend_extension_manager.optimizer_ts = &#8220;D:\xampp\php\zendOptimizer\lib\Optimizer&#8221;</p>
<p>;zend_optimizer.enable_loader = 0</p>
<p>;zend_optimizer.optimization_level=15</p>
<p>;zend_optimizer.license_path =</p>
<p>; Local Variables:</p>
<p>; tab-width: 4</p>
<p>; End:</p>
<p>+++++++++++++++++++++++++++++++++++++++<br />
<strong>If XAMPP1.7.3 instead of XAMPP1.7.1 or 1.7.2</strong><br />
We can&#8217;t find [Zend] in php.ini file.<br />
We can only found the line below:</p>
<blockquote><p>;zend_extension = &#8220;C:\xampp\php\ext\php_xdebug.dll&#8221;</p></blockquote>
<p>We should remove &#8216;;&#8217; from the top line.</p>
<blockquote><p>zend_extension = &#8220;C:\xampp\php\ext\php_xdebug.dll&#8221;</p></blockquote>
<p> +++++++++++++++++++++++++++++++++++++++</p>
<p>[XDebug]</p>
<p>;; Only Zend OR (!) XDebug</p>
<p>zend_extension_ts=&#8221;D:\xampp\php\ext\php_xdebug-2.0.5-5.2.dll&#8221;</p>
<p>xdebug.remote_enable=1</p>
<p>xdebug.remote_host=127.0.0.1<br />
or<br />
xdebug.remote_host=localhost</p>
<p>xdebug.remote_port=9000</p>
<p>xdebug.remote_handler=dbgp</p>
<p>xdebug.profiler_enable=1</p>
<p>xdebug.profiler_output_dir=&#8221;D:\xampp\tmp&#8221;</p>
<p>+++++++++++++++++++++++++++++++++++++++<br />
<strong>If XAMPP1.7.3 instead of XAMPP1.7.1 or 1.7.2</strong><br />
We can find a little different in php.ini file.<br />
We can&#8217;t find the line below in php.ini file:<br />
zend_extension_ts=&#8221;D:\xampp\php\ext\php_xdebug-2.0.5-5.2.dll&#8221;</p>
<p>BTW, we still can find the top &#8216;xdebug&#8217; lines by each block. Then enabled each of these lines.<br />
such as:</p>
<blockquote><p>; xdebug.remote_enable<br />
; Type: boolean, Default value: 0<br />
; This switch controls whether Xdebug should try to contact a debug client which is listening on the<br />
; host and port as set with the settings xdebug.remote_host and xdebug.remote_port. If a connection<br />
; can not be established the script will just continue as if this setting was Off.<br />
xdebug.remote_enable = 1</p>
<p>; xdebug.remote_handler<br />
; Type: string, Default value: dbgp<br />
; Can be either &#8216;php3&#8242; which selects the old PHP 3 style debugger output, &#8216;gdb&#8217; which enables the GDB<br />
; like debugger interface or &#8216;dbgp&#8217; &#8211; the brand new debugger protocol. The DBGp protocol is more<br />
; widely supported by clients. See more information in the introduction for Remote Debugging.<br />
xdebug.remote_handler = &#8220;dbgp&#8221;</p>
<p>; xdebug.remote_host<br />
; Type: string, Default value: localhost<br />
; Selects the host where the debug client is running, you can either use a host name or an IP<br />
; address.<br />
xdebug.remote_host = &#8220;localhost&#8221;</p></blockquote>
<p>etc&#8230;<br />
 +++++++++++++++++++++++++++++++++++++++<br />
 </p>
<p><strong>Reference:</strong></p>
<p>Configuring PHP Development Environment in Windows</p>
<p><a title="http://www.netbeans.org/kb/docs/php/configure-php-environment-windows.html" href="http://www.netbeans.org/kb/docs/php/configure-php-environment-windows.html">http://www.netbeans.org/kb/docs/php/configure-php-environment-windows.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2009/09/configuring-php-development-environment-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
