As a small, personal, "enjoy-myself"-project I'd like to run a perpetual-running socket server. Problem is; I also want it to be self-modifying so I can insert, remove and change functions as the server is running.
The problem is; under normal circumstances, PHP won't let the script redeclare functions. Is there any way to circumvent this. Yes: I know this is probably better solved in other languages, but I want this done in PHP. -- Arve <URL:http://www.bersvendsen.com/> Newsere mot X-No-Archive <URL:http://www.ibiblio.org/Dave/Dr-Fun/df9601/df960124.jpg> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]