News Feed
Jobs Feed
Sections




News Archive
JSLabs Blog:
How to turn a php script to an exe...for free
October 26, 2007 @ 07:56:00

From the JSLabs blog today, there's a mini-tutorial on how to convert your PHP files into executable files (.exe) to be used on Windows.

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 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.

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


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: PHP Shopping Cart Video Tutorial Course - available for download.

PHPBuilder.com: File uploads made easy

DevShed: Developing an Extensible Template Processor in PHP 5 (Part 1)

NetTuts.com: Zend Framework from Scratch - Models and Integrating Doctrine ORM

Gonzalo Ayuso's Blog: Watermarks in our images with PHP and Gearman


Community Events











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


api opinion testing development functional release framework community language phpunit series application database podcast interview composer introduction example zendframework2 code

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