<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 04:46:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Justin's Blog: How to turn a php script to an exe...for free]]></title>
      <guid>http://www.phpdeveloper.org/news/12509</guid>
      <link>http://www.phpdeveloper.org/news/12509</link>
      <description><![CDATA[<p>
In <a href="http://www.rawseo.com/news/2009/05/13/how-to-turn-a-php-script-to-an-exefor-free/">a new post</a> to his blog today <i>Justin</i> points out a tool you can use - <a href="http://internap.dl.sourceforge.net/sourceforge/wapache/wapache-2.0.0-php-5.0.3.zip">WApache</a> - to turn your PHP script into a stand-alone executable file.
</p>
<blockquote>
There are a few commercial products out there that allow you to turn your php scripts into an executable. While most of them work well, I have found a way to do it for free, using an open source application. This application is called Wapache (based on the apache web server) and it is open source (distributed under the Apache License 2.0). WApache doesn't convert your script directly into an executable, it runs on the combination of a windows app (which uses an embedded IE control) and a stripped down version of apache.
</blockquote>
<p>
The tool acts as a wrapper around the script, making it look and feel like a normal executable Windows file. Your PHP scripts stay intact and can be changed at any time without needing to recompile or anything. There's also some configuration options included that let you customize the interface.
</p>]]></description>
      <pubDate>Thu, 14 May 2009 07:57:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[JSLabs Blog:  How to turn a php script to an exe...for free]]></title>
      <guid>http://www.phpdeveloper.org/news/8910</guid>
      <link>http://www.phpdeveloper.org/news/8910</link>
      <description><![CDATA[<p>
From the JSLabs blog today, there's a <a href="http://www.whenpenguinsattack.com/2007/10/25/how-to-turn-a-php-script-to-an-exefor-free/">mini-tutorial</a> on how to convert your PHP files into executable files (.exe) to be used on Windows.
</p>
<blockquote>
There are a few commercial products out there that allow you to turn your php scripts into an executable. While most of them work well, I have found a way to do it for free, using an open source application. This application is called <a href="http://internap.dl.sourceforge.net/sourceforge/wapache/wapache-2.0.0-php-5.0.3.zip">Wapache</a> (based on the apache web server) and it is open source (distributed under the Apache License 2.0).
</blockquote>
<p>
WApache does the trick by combining your script with stripped down versions of an IE browser and an Apache web server. This is compiled together and pushed out the other end as an executable file. Instructions are included in the post to get you started making the .exe files quickly.
</p>]]></description>
      <pubDate>Fri, 26 Oct 2007 07:56:00 -0500</pubDate>
    </item>
  </channel>
</rss>
