Welcome to the Roadsend PHP Compiler Community Site
This is the community developer site for Roadsend PHP. Roadsend PHP is an open source implementation of the PHP language. It compiles PHP source code to stand alone, native binaries which do not require an interpreter. Roadsend Compiler can build online web applications with Fast/CGI, offline web applications with an embedded web server (MicroServer), desktop GUI applications with PHP-GTK, and console applications. It is known to build on Linux, Windows (using mingw), Mac OSX, and FreeBSD.
Roadsend Compiler also contains facilities for interpreting, profiling and step debugging PHP code.
Roadsend PHP is a completely independent implementation of the PHP language and runtime environment, and is not based on the original implementation (using the Zend engine) which is separately and freely available at http://www.php.net. Zend PHP is not required, and is not used in any way, by Roadsend PHP.
The Roadsend PHP compiler is available under the terms of the GNU General Public License. The Roadsend PHP runtime environment and extension libraries are available under the terms of the GNU Lesser General Public License.
Announcement: Roadsend PHP Rewrite
We'd like to announce our new project Roadsend PHP: raven (rphp). It is a complete rewrite of the Roadsend PHP implementation, written in C++ and using LLVM for code generation. Please see the new development site. Please note we will continue some maintenance on the scheme code base, however our effort will be focused on the new project. We welcome contributions to both projects!
Latest News 11/09/09
- Some work has been done recently on the Windows version of Roadsend PHP 2.9.9. See the forums here
Older News
- Roadsend PHP 2.9.8 is available. It now works with Bigloo 3.0c, 3.1b and 3.2a
- Binary RPM Packages are available at the Atomic yum archive:
- You can add the repo with
wget -q -O - http://www.atomicorp.com/installers/atomic |sh
- Then:
yum install roadsend-php
- Please note these are not maintained by Roadsend, Inc.
- You can add the repo with
- A Windows port of the latest version is proceeding
How You Can Help
- We're looking for volunteers:
- Help with binary packages on various platforms and distros.
- Testing and development on Windows. We need developers who can setup the MinGW development environment to help us develop and test changes
- Development. We could use help from Scheme, C/C++, and PHP programmers
- Feedback. If you try Roadsend PHP:
Where to Start
- Installation and Use
- Get the Source
- Build Instructions (*nix and Windows)
- Roadsend PHP Debugger
- Documentation
- Roadsend PHP Online Manual (latest from source tree)
- Roadsend PHP API Docs (latest from source tree, including list of available extensions and functions)
- Compatibility With Zend PHP (including PHP5 status)
- WishList
- Compiler Development
- Compiler Internals Overview : overview of the compiler source tree and basic operation
- Extension HowTo : information on extensions development for Roadsend PHP using scheme and C
- Help for Compiler Developers : where to find more help
- Test Suite Information
- Known failures in the Test Suite
