Page 1 of 1

Sockets

PostPosted: September 29th, 2016, 12:09 pm
by Pepijn1908
Hi,

I'm a bit lost. I want to use socket_create / socket_set_option / socket_sendto etc but when I'm compiling I get "call to undefined function". I have been Googling for two days straight but nothing yet. It says here: http://wiki.php-compiler.net/Compatibility that sockets are supported as native extension... Is this referring to a (very) old version of Phalanger? Am I doing something wrong? Help. :)

-Pepijn

Re: Sockets

PostPosted: September 29th, 2016, 2:23 pm
by Jakub Misek
Hi,

Native extensions have been removed for the performance and x64 compatibility reasons.

socket_* functions are currently not implemented.