RE: [PHP-WIN] Easy Way To Compile Extension in Win32

2002-05-21 Thread Shrock, Court
e encoding process was done on the optimized file, thereby providing added protection. Decoding becomes almost impossible. > -Original Message- > From: Luis Ferro [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 5:09 PM > To: Bruce Miller; [EMAIL PROTECTED] > Subject:

Re: [PHP-WIN] Easy Way To Compile Extension in Win32

2002-05-21 Thread Luis Ferro
Not really because Zend produces a bytecode... with come work it is reversable... as with all bytecodes... Binary format on the other hand isn't reversible to the original programming language in any way (but is reversible to assembler). In windows i would recomend you to build a com component

RE: [PHP-WIN] Easy Way To Compile Extension in Win32

2002-05-21 Thread Shrock, Court
Is Zend Encoder an option? http://zend.com/store/products/zend-encoder.php > -Original Message- > From: Bruce Miller [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 1:19 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Easy Way To Compile Extension in Win32 > > > I have an algo