- Roadsend PHP
infobox software
name = Roadsend PHP
developer = Roadsend, Inc.
caption = Roadsend Studio IDE (Windows)
latest_release_version = 2.9.7
latest_release_date =21 August 2008
operating_system =Linux ,FreeBSD ,Microsoft Windows ,Mac OS X
genre = Development
license =GNU General Public License /GNU Lesser General Public License
website = http://code.roadsend.com/pcc/Roadsend PHP is an alternative implementation of the
PHP programming language . It includes aninterpreter , nativecompiler , and stepdebugger . Roadsend Compiler can be used to build online web applications withFastCGI , offline web applications with an embedded web server (using the included "MicroServer"), desktop GUI applications withPHP-GTK , libraries, and console applications.Roadsend PHP compiler is unique among PHP implementations because rather than compiling and interpreting PHP
byte code , it compiles PHPsource code to nativemachine code .Roadsend PHP builds on
Linux ,Microsoft Windows (usingMinGW ),Mac OS X , andFreeBSD . The Windows release includes the Roadsend Studio IDE. Originally developed by Roadsend Inc., it has been in development since 2002 and was released under the terms of theGNU General Public License in 2007, making itfree software . The Roadsend PHP runtime environment and extension libraries are available under the terms of theGNU Lesser General Public License .Relation to Zend PHP
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 ). "Zend PHP" is not required, and is not used in any way, by Roadsend PHP. Roadsend is implemented inBigloo Scheme and C.As there is no formal specification of PHP, the Zend implementation serves to define a
de facto standard against which Roadsend PHP is developed.Native compilation
Roadsend achieves native compilation by compiling to bigloo scheme, which in turn is compiled to C, then to machine code. The entire process is completely integrated and transparent to the end user.
In addition to compiling, Roadsend PHP can also interpret PHP source directly.
Roadsend Studio IDE
Included with the Windows release is the Roadsend Studio IDE. It provides a syntax highlighting editor, project manager, step debugger and compiling and interpreting of projects (including GUI apps) from within the IDE. It automatically deploys a finished project to a directory (included supporting libraries), ready for packaging. It examines your code as you type, has early syntax error recognition, auto method and property completion and auto parameter help.
Roadsend Studio is current available only for Windows. A rewrite of the Roadsend Studio IDE is in progress using the cross-platform
PyQt framework.Compatibility
Roadsend PHP aims to be syntactically and semantically compatible with Zend PHP whenever possible. As of version 2.9.3, Roadsend PHP is compatible with PHP 5.2.x, but nobody has been able to compile anything above version 2.9.0 on windows.
A smaller (but popular) subset of the current Zend PHP extensions are currently implemented. These include:
* Standard Library
* PCRE
*MySQL
* XML (libXML 2 based)
*SQLite 3
* ODBC
*CURL
* pcc-win (a custom, windows only extension with access to the windows API)
*POSIX
* PHP-GTK 1
* PHP-GTK 2 (in development)
* sockets (TCP only)State of functionality
Even with the smaller subset of extensions, Roadsend PHP is sophisticated enough to compile and run many popular PHP packages such as
phpBB andphpMyAdmin . For example, the Roadsend Support Forums run a compiled version of phpBB through FastCGI.External links
* [http://code.roadsend.com/pcc/ Roadsend PHP community development site]
* [http://www.roadsend.com/home/index.php Roadsend home page]
Wikimedia Foundation. 2010.