Am Mittwoch, 2. Mai 2007 13:29 schrieb list3@xxxxxxxxxxx: > I need to do some socket work on a production machine that is constantly > busy so I don't dare re-compile php. Anybody know if it's possible to load > the socket functions dynamically, maybe as if they were in a module? It's possible if it's possible to compile it as shared object. It is, as far as I know. --with-socket=shared There might be some obstacles with threaded servers. I am not sure. > Alternatively, would it be possible to compile PHP without apache and with > sockets for command line use only? --enable-cli Regards, Oliver -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php