RE: [PHP] Re: Simple PHP Encoder

2004-02-10 Thread Adrian Teasdale
There are various: www.sourceguardian.com www.zend.com www.ioncube.com The turck-mmcache one is good too and it also comes with (or the main purpose is) an accelerator Ade -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Simple PHP Encoder

2004-02-10 Thread =d0Mi=
| From: "Ben Ramsey" <[EMAIL PROTECTED]> | | There's the Zend Encoder, which is fairly expensive. However, I suppose | you could use the base64_encode function to do what you want: | http://us2.php.net/manual/en/function.base64-encode.php. My idea is | that you could create a script that woul