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

2002-05-21 Thread Shrock, Court
helps... > > Cheers, > Luis Ferro > > Shrock, Court wrote: > > >Is Zend Encoder an option? > > > >http://zend.com/store/products/zend-encoder.php > > > > > > > >>-Original Message----- > >>From: Bruce Miller [mailto

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

2002-05-21 Thread Luis Ferro
nd-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 algorithm

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 &g

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

2002-05-21 Thread Bruce Miller
I have an algorithm that I don't want anyone to see; therefore I can't put it in a php file. I'm trying to create an php extension DLL but the instructions in the PHP manual explain how to do it in UNIX and not Win32. I've been unsucessfull at getting it to compile in Win32. Does anyone have an