[PHP] Re: Calling Compiled File From PHP File

2002-05-20 Thread Manuel Lemos
Hello, On 05/20/2002 05:02 PM, Bruce Miller wrote: > I have an algorithm that I don't want anyone to see; therefore I can't put > it in a php file. Is there a way I can create a compiled file containing the > algorithm/method that a php file can call? I see information on creating > extensi

[PHP] Re: Calling Compiled File From PHP File

2002-05-20 Thread Manuel Lemos
Hello, On 05/20/2002 05:02 PM, Bruce Miller wrote: > I have an algorithm that I don't want anyone to see; therefore I can't put > it in a php file. Is there a way I can create a compiled file containing the > algorithm/method that a php file can call? I see information on creating > extensions--i