Roadsend Converts PHP Code To DLLs
23
Apr
This is an exciting project which helps creating portable, hidden source coded, both online and offline PHP applications.
Roadsend PHP is an open source implementation of the PHP language.
It has a compiler that generates native binaries (no interpreter required) and all source files can be compiled in 1 executable file.
Using Roadsend Compiler, you can:
- Create online web applications with Fast/CGI
- Offline web applications with an embedded web server (MicroServer)
- Desktop GUI applications with PHP-GTK, and console applications.
Once the files are compiled with this PHP compiler, it is close to impossible to return back to the original code. This is a great feature for hiding the source code.
And for easier development & testing, Roadsend has a powerful built-in debugger.
Compatibility: PHP 4+ & PHP 5.2+
Website: http://www.roadsend.com/home/index.php?pageID=compiler
Download: http://www.roadsend.com/p/rePackage/reDownload.php?p...
Via: http://www.whenpenguinsattack.com/2007/04/20/convert...
Website: http://www.roadsend.com/home/index.php?pageID=compiler
Download: http://www.roadsend.com/p/rePackage/reDownload.php?p...
Via: http://www.whenpenguinsattack.com/2007/04/20/convert...
- Tags:
DLL Php
- Filed under: Extras, GPL License, Tools




















2 Responses for "Roadsend Converts PHP Code To DLLs"
[...] Roadsend Converts PHP Code To DLLs By wrd Once the files are compiled with this PHP compiler, it is close to impossible to return back to the original code. This is a great feature for hiding the source code. And for easier development & testing, Roadsend has a powerful … Free Web Resources - Web Resources Depot - http://www.webresourcesdepot.com [...]
I think the compiler is still isn’t quite mature enough. Ill check this again after a couple or more months later. Thanks anyway