This topic is locked
[SOLVED]

 No socket support in embedded server

12/2/2011 7:00:41 PM
PHPRunner General questions
T
TangoDog author

I need to connect to an ancillary server on our machine by creating a new socket, and it works in Apache PHP with the sockets extension installed,

but when I run the progam in the embedded server of PHP Runner, I get the error :

Fatal error: Call to undefined function socket_create() in C:\Users\gpclarke\Documents\PHPRunnerProjects\FM_IOL_0111b\output\include\Connection.php on line 122



How can I enable the sockets extension in the embedded server?

thanks

gp clarke

Sergey Kornilov admin 12/4/2011

You cannot modify built-in server behaviour.