Re: [PHP] Calling Compiled File From PHP File

2002-05-20 Thread Rasmus Lerdorf
Yes, building a small custom extension is the way to go. And the source tree is the same for UNIX and Windows. On Mon, 20 May 2002, 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 co

[PHP] Calling Compiled File From PHP File

2002-05-20 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. 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--is this the way to go? If so, it looks like there's php sourc