![]() |
|
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Moderator Join Date: Apr 2006 Location: India
Posts: 1,731
Thanks: 2
Thanked 198 Times in 164 Posts
Rep Power: 38 | Bambalam PHP EXE Compiler/Embedder What is it? Bambalam PHP EXE Compiler/Embedder is a free command line tool to convert PHP applications to standalone Windows .exe applications. The exe files produced are totally standalone, no need for php dlls etc more .... http://www.bambalam.se/bamcompile/ It's NOT really a compiler in the sense that it doesn't produce native machine code from PHP sources, but it works! - How does it work? The converter embeds encoded PHP source files as resources in a generic statically compiled PHP launcher executable. more .... http://www.bambalam.se/bamcompile/ Does "compiled" PHP applications run faster? Theoretically it should. Having libraries linked statically and encoding files (Turck MMCache encodes PHP sources as PHP bytecode, I think) should contribute to faster applications. But I haven't done any decent tests on it. - What about PHP applications with more than one source file? No problem, the converter is able to embed a whole project directory. - What about accessing the embedded files from php? You can access the embedded files just as you're used to. The PHP runtime used has been modified so that when you're accessing a file it first tries to access it the usual way (by looking in the path outside the .exe) and if the files aren't found there it looks for it in the embedded filelist. - So the INCLUDE statement works just as it should? Yes, as long as you include stuff using relative paths. Download: http://www.bambalam.se/bamcompile/ More detailed info: http://www.bambalam.se/bamcompile/
__________________ Sree |
| | |
![]() |
| Tags |
| bambalam , compiler or embedder , exe , php |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Recomended PHP Books | wizkid | PERL, PYTHON, PHP & MY SQL | 2 | 26-01-09 11:07 PM |
| PHP based web application frameworks | vjsreevs | WEB DESIGNING, DEVELOPMENT ,PROMOTION & SEO | 4 | 11-08-06 05:13 PM |
| DzSoft PHP Editor | vjsreevs | PERL, PYTHON, PHP & MY SQL | 0 | 05-08-06 11:57 PM |
| PHP Programmer / Trainee | sridhar | Fresher Jobs | 0 | 27-07-06 05:52 PM |
| Installing Apache, PHP on Windows | BINNY | PERL, PYTHON, PHP & MY SQL | 1 | 11-04-06 07:34 AM |
| More Interview Questions Here... |