Hello,

On 06/20/2003 02:58 PM, Galen P. Zink wrote:
I work for a small networking company. We're working on a piece of software that will be run server-side with PHP and MySQL. It allows the user to develop an online store and handles all the complex shopping cart stuff with ease. It is a port of an originally client-side application. We would like to be able to hand out demo discs that do not require the internet to try it out - having a standalone try-out version is a big source of customers.

Is there any kind of standalone PHP/MySQL engine that could be reasonably installed from a CD and run on most Windows machines? If there was some method to compile the PHP into a binary or otherwise protect it, it would be really good because our company would not be too excited about handing out the near-complete source to our product on all the demo discs. It would be nice if there was support for non-Windows OSes, but Windows is by far the majority in market share and the other OSes could easily just pop into an HTML document that directs them to our online version.

PHP for Windows comes with an installer that also provides the PHP CGI/CLI executable version. You can use that to run PHP applications out of a Web server if you need that.


As for protecting the scripts, you can try Turck, which is multi-purpose extension (cache, optimizer, encoder) that you can use to encode your scripts for free because it is Open Source.

http://www.turcksoft.com/en/e_mmc.htm


--


Regards,
Manuel Lemos

Free ready to use OOP components written in PHP
http://www.phpclasses.org/


-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to