As I found out, php wasn't complied with --enable-sockets. Because at output of phpinfo(); I didn't find any information about sockets. And If I try to use functions for create sockets I get errors. Php interpreter tells me that this function doesn't exist.
If it's true, I will have big problems because I don't how to compile application for linux.
>> apache2-mod-php5 is compiled with builtin sockets, atm I'm "exporting" some of those.
What do you mean. Can you tell mo about this?