php compilers
Moderator: General Moderators
-
jaymoore_299
- Forum Contributor
- Posts: 128
- Joined: Wed May 11, 2005 6:40 pm
- Contact:
php compilers
Which php compilers allow me to sell the compiled software as commercial software?
Re: php compilers
To my knowledge, all of them do.jaymoore_299 wrote:Which php compilers allow me to sell the compiled software as commercial software?
-
jaymoore_299
- Forum Contributor
- Posts: 128
- Joined: Wed May 11, 2005 6:40 pm
- Contact:
-
thegreatone2176
- Forum Contributor
- Posts: 102
- Joined: Sun Jul 11, 2004 1:27 pm
It can be both.thegreatone2176 wrote:i dont think php is compiled i believe its interperted
http://www.zend.com/store/products/zend-encoder.php
The Zend Encoder compiles and converts plain-text PHP scripts into a platform-independent binary format known as a 'Zend Intermediate Code' file. These encoded binary files are the ones that are distributed instead of the human-readable PHP files. The performance of the encoded PHP application is completely unaffected!
RoadSend PHP Compiler, is quiet nice for its price, $89 or so for personal, or $399 for professional, professional is obviously extremely better than personal, as it allows static exes, which adds roughly 7 MB or so to the exe, but with an exe compresser, such as UPX, you can bring it down to 1 MB.jaymoore_299 wrote:Which one of them is the best?
Free? Not that I know of. Extremely cheap, yes: http://www.ioncube.com/online_encoder.phpSkara wrote:I suppose that means there's not a good free one, eh?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia