There is a tool available for converting PHP applications to a stand-alone windows .exe executables. Good for distributing command-line tools, windowed php apps etc. (yes, I made it myself
What are you compiling? PHP is an interpreteded language, so I am unclear as to what you are compiling. And how you found something to run it once it is compiled.
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
Ah, It's not really a PHP to native machine code compiler. But it stores the compiled PHP bytecode in a windows exe including all PHP runtime libraries.
...
crank
Ah, very interesting. What are you accomplishing doing that? Is this something to just install on Windows a lot easier?
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
Yes, it's for distributing command line tools or windowed php apps in an easy way. It's done by using the encode library in Turck MMCache together with a PHP launcher exe that has everything statically linked. Good when you want to protect your sources, also.
The only problem with Bamcompile is that it only can use PHP4, and i need some new stuff from PHP5...
Must read Review for Serious PHP Developers
NuSphere PhpED 5.0
: The Staff of php-editors.com recently spent a few days working with NuSphere
PhpED 5.0
(a popular PHP IDE) and
NuCoder 1.4
(a PHP Encoding Utility), read up on all the details.