[PHP] Threading

2003-02-18 Thread Bruce Miller
Will PHP allow multiple-thread execution? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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