News Feed
Jobs Feed
Sections




News Archive
Justin's Blog:
How to turn a php script to an exe...for free
May 14, 2009 @ 07:57:00

In a new post to his blog today Justin points out a tool you can use - WApache - to turn your PHP script into a stand-alone executable file.

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.

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.

0 comments voice your opinion now!
wapache windows executable apache tool


blog comments powered by Disqus

Similar Posts

Michael Dowling's Blog: Cron Expression Parsing in PHP

Ed Finkler's Blog: New Inspekt Build Available

CodeForest.net: Multiple virtual hosts in WAMP

Zend Developer Zone: Windows Server 2008 Now 'PHP Ready'

Brian Swan's Blog: Why is PHP 5.3 on Windows faster than previous PHP versions?


Community Events









Don't see your event here?
Let us know!


tool code example zendframework2 language framework api development podcast object testing interview community opinion unittest introduction release composer phpunit database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework