<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>PHP-Scripts Blog &#187; Windows</title>
	<link>http://www.php-scripts.com</link>
	<description>Writing about PHP scripting since 12/99. Learn something new every day.</description>
	<pubDate>Thu, 09 Oct 2008 14:17:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>Microsoft to work with Zend on Windows PHP runtime</title>
		<link>http://www.php-scripts.com/20061103/94/</link>
		<comments>http://www.php-scripts.com/20061103/94/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 14:41:59 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/20061103/94/</guid>
		<description><![CDATA[Good news for PHP developers on the Windows front.
Technewsworld:
The collaboration should improve the experience of PHP-with-Windows users, according to Zend co-founder and CTO Andi Gutmans, who indicated that a majority of PHP developers work on Windows, though until now the solution has been tuned mainly for Linux.
Microsoft has embraced more open source solutions &#8212; including [...]]]></description>
			<content:encoded><![CDATA[<p>Good news for PHP developers on the Windows front.</p>
<p><a href="http://www.technewsworld.com/story/54043.html">Technewsworld</a>:<br />
<blockquote>The collaboration should improve the experience of PHP-with-Windows users, according to Zend co-founder and CTO Andi Gutmans, who indicated that a majority of PHP developers work on Windows, though until now the solution has been tuned mainly for Linux.</p>
<p>Microsoft has embraced more open source solutions &#8212; including Xen virtualization technology, SugarCRM and now PHP &#8212; and seems to be seeking a peaceful co-existence of its proprietary platforms with open source software.</p>
<p>In the process, both users and developers are getting more choices, said Gardner. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20061103/94/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free command line PHP to EXE converter for Windows</title>
		<link>http://www.php-scripts.com/20060710/88/</link>
		<comments>http://www.php-scripts.com/20060710/88/#comments</comments>
		<pubDate>Mon, 10 Jul 2006 12:30:58 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Free Scripts]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/20060710/88/</guid>
		<description><![CDATA[Bambalam PHP EXE Compiler/Embedder:
a free command line tool to convert PHP applications to standalone Windows .exe applications. The exe files produced are totally standalone, no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library so it&#8217;s a perfect solution if you want to distribute your application while protecting [...]]]></description>
			<content:encoded><![CDATA[<p><a class="previewlink" href="http://www.bambalam.se/bamcompile/">Bambalam</a> PHP EXE Compiler/Embedder:<br />
<blockquote>a free command line tool to convert PHP applications to standalone Windows .exe applications. The exe files produced are totally standalone, no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library so it&#8217;s a perfect solution if you want to distribute your application while protecting your source code. The converter is also suitable for producing .exe files for windowed PHP applications (created using for example the <a href="http://www.winbinder.com/" class="previewlink">WinBinder library</a>, or with <a href="http://gtk.php.net/" class="previewlink">PHP-GTK</a></p></blockquote>
<p>Usage:<br />
 bamcompile [-options] infile.php [outfile.exe]<br />
 bamcompile [-options] project_directory mainfile.php [outfile.exe]</p>
<p>Options:<br />
 -w  Hide console window for windowed applications<br />
 -c  Compress output exe (using UPX - must be available)<br />
 -d  Do not encode PHP files</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20060710/88/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to get the IP address on local Windows Machine</title>
		<link>http://www.php-scripts.com/20051101/55/</link>
		<comments>http://www.php-scripts.com/20051101/55/#comments</comments>
		<pubDate>Tue, 01 Nov 2005 18:01:48 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/?p=55</guid>
		<description><![CDATA[Step by step instructions:
1. Navigate to START - > RUN
2. Launch the command window by typing: 
cmd
3. Type:
ipconfig /all
4. The IP address for the machine will show in the &#8220;Connection&#8221; section next to: IP Address.
]]></description>
			<content:encoded><![CDATA[<p>Step by step instructions:</p>
<p>1. Navigate to START - > RUN<br />
2. Launch the command window by typing: </p>
<p>cmd</p>
<p>3. Type:</p>
<p>ipconfig /all</p>
<p>4. The IP address for the machine will show in the &#8220;Connection&#8221; section next to: IP Address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20051101/55/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apache, PHP, JSP and MySQL on Windows XP / 2000</title>
		<link>http://www.php-scripts.com/20051013/36/</link>
		<comments>http://www.php-scripts.com/20051013/36/#comments</comments>
		<pubDate>Thu, 13 Oct 2005 05:19:55 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Installation and configuration]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/?p=36</guid>
		<description><![CDATA[My friend, Lestat, and I were talking earlier today about PHP and Windows earlier today and tonight in my PHP stream I noticed the following article from mpcon.org:
This is a quick guide to install and configure the Apache web-server with PHP and JSP support on a Windows XP Pro SP2 machine. I also included PHPMyAdmin, [...]]]></description>
			<content:encoded><![CDATA[<p>My friend, Lestat, and I were talking earlier today about PHP and Windows earlier today and tonight in my PHP stream I noticed the following article from <a href="http://mpcon.org/apacheguide/index.php">mpcon.org</a>:<br />
<blockquote>This is a quick guide to install and configure the Apache web-server with PHP and JSP support on a Windows XP Pro SP2 machine. I also included PHPMyAdmin, MyODBC, and WordPress.</p></blockquote>
<p>Looks like this might come in handy as a reference. </p>
<p>BTW, fellow coders, you can find several of us down at irc.scriptschool.com #scriptschool throughout the week. Feel free to stop on by and say hello :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20051013/36/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Freeware PHP Editor: PSPad</title>
		<link>http://www.php-scripts.com/20051006/33/</link>
		<comments>http://www.php-scripts.com/20051006/33/#comments</comments>
		<pubDate>Fri, 07 Oct 2005 02:38:59 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Free Scripts]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/?p=33</guid>
		<description><![CDATA[Though the name might sound like something for a popular gaming handheld, PSPad is actually a pretty decent freeware application for editing PHP scripts in Windows.

]]></description>
			<content:encoded><![CDATA[<p>Though the name might sound like something for a popular gaming handheld, <a href="http://www.pspad.com/">PSPad</a> is actually a pretty decent freeware application for editing PHP scripts in Windows.</p>
<p><img src="http://www.php-scripts.com/images/2005/pspad.jpg" border="0" ALT="PSPad PHP scripting freeware text editor"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20051006/33/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

