From: Derek F. <sha...@as...> - 2004-05-03 04:06:47
|
Tim S wrote: > Hey All; > > I stumpled upon this project today, and it seems very cool. > > I wanted to ask 2 questions. > > 1) Can I compiled a large number of simultaneous PHP files? (of > course I can write a bash script, but just asking) > > 2) Forgive the naiveness on this question, but can I also compile web > based PHP files, that would somehow be viewed in a browser by end > user? Point is to write a program for web, sell it to customer for > use of their website... but if it is on his server, he would then see > the source of traditional PHP > > TimS > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle > 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > BinaryPHP-devel mailing list > Bin...@li... > https://lists.sourceforge.net/lists/listinfo/binaryphp-devel Thanks for your interest in our project, Tim. Currently no, you cannot compile a lot of files simultaneously, however a bash script is a viable option. As of yet, no, you cannot (and more than likely should not) compile web-based applications. If you want to protect your source, there are several php encrpytion applications, both commercial and free. The commercial way would be to purchase the zendEncoder from Zend.com, but if you don't have any money there are several php extensions which will encode/decode php files. |