I got a problem with socket_create
the page where I use socket_create always throws a 404 if not a 324 (net::ERR_EMPTY_RESPONSE)
and the error_log shows:
[30-Jun-2009 11:09:33] PHP Warning: socket_connect() [<a href='function.socket-connect'>function.socket-connect</a>]: unable to connect [4]: Interrupted system call in /home/sirion/public_html/blasphemy.php on line 64
[30-Jun-2009 11:09:33] PHP Notice: Undefined variable: socket in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:09:33] PHP Warning: socket_last_error() expects parameter 1 to be resource, null given in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:16:49] PHP Warning: socket_connect() [<a href='function.socket-connect'>function.socket-connect</a>]: unable to connect [4]: Interrupted system call in /home/sirion/public_html/blasphemy.php on line 64
[30-Jun-2009 11:16:49] PHP Notice: Undefined variable: socket in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:16:49] PHP Warning: socket_last_error() expects parameter 1 to be resource, null given in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:18:41] PHP Warning: socket_connect() [<a href='function.socket-connect'>function.socket-connect</a>]: unable to connect [4]: Interrupted system call in /home/sirion/public_html/blasphemy.php on line 64
[30-Jun-2009 11:18:41] PHP Notice: Undefined variable: socket in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:18:41] PHP Warning: socket_last_error() expects parameter 1 to be resource, null given in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:54:43] PHP Warning: phpinfo() has been disabled for security reasons in /home/sirion/public_html/info.php on line 1
[30-Jun-2009 11:58:21] PHP Warning: socket_connect() [<a href='function.socket-connect'>function.socket-connect</a>]: unable to connect [4]: Interrupted system call in /home/sirion/public_html/blasphemy.php on line 64
[30-Jun-2009 11:58:21] PHP Notice: Undefined variable: socket in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:58:21] PHP Warning: socket_last_error() expects parameter 1 to be resource, null given in /home/sirion/public_html/blasphemy.php on line 66
can I safely assume that access of the function socket_create is disabled/blocked ?
or is it my fault?
the page where I use socket_create always throws a 404 if not a 324 (net::ERR_EMPTY_RESPONSE)
and the error_log shows:
[30-Jun-2009 11:09:33] PHP Warning: socket_connect() [<a href='function.socket-connect'>function.socket-connect</a>]: unable to connect [4]: Interrupted system call in /home/sirion/public_html/blasphemy.php on line 64
[30-Jun-2009 11:09:33] PHP Notice: Undefined variable: socket in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:09:33] PHP Warning: socket_last_error() expects parameter 1 to be resource, null given in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:16:49] PHP Warning: socket_connect() [<a href='function.socket-connect'>function.socket-connect</a>]: unable to connect [4]: Interrupted system call in /home/sirion/public_html/blasphemy.php on line 64
[30-Jun-2009 11:16:49] PHP Notice: Undefined variable: socket in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:16:49] PHP Warning: socket_last_error() expects parameter 1 to be resource, null given in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:18:41] PHP Warning: socket_connect() [<a href='function.socket-connect'>function.socket-connect</a>]: unable to connect [4]: Interrupted system call in /home/sirion/public_html/blasphemy.php on line 64
[30-Jun-2009 11:18:41] PHP Notice: Undefined variable: socket in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:18:41] PHP Warning: socket_last_error() expects parameter 1 to be resource, null given in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:54:43] PHP Warning: phpinfo() has been disabled for security reasons in /home/sirion/public_html/info.php on line 1
[30-Jun-2009 11:58:21] PHP Warning: socket_connect() [<a href='function.socket-connect'>function.socket-connect</a>]: unable to connect [4]: Interrupted system call in /home/sirion/public_html/blasphemy.php on line 64
[30-Jun-2009 11:58:21] PHP Notice: Undefined variable: socket in /home/sirion/public_html/blasphemy.php on line 66
[30-Jun-2009 11:58:21] PHP Warning: socket_last_error() expects parameter 1 to be resource, null given in /home/sirion/public_html/blasphemy.php on line 66
can I safely assume that access of the function socket_create is disabled/blocked ?
or is it my fault?