I've just set up a php + mysql server at my Fedora 17 32-bit and I've got one big problem, every php function which uses sockets just doesn't work:
stream_socket_client or
fopen(used with file url) always returns false. My code is correct because when I run it on different OS everything is ok.
- I turned off SELinux and firewall.
- In phpinfo() sockets are enabled.
- mod_ssl is installed.
What else I can do?