ID:               17022
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Sockets related
 Operating System: any
 PHP Version:      4.2.0
 New Comment:

As discussed, this won't happen.


Previous Comments:
------------------------------------------------------------------------

[2002-05-05 17:23:23] [EMAIL PROTECTED]

socket_last_error(socket) was recently enhanced to make the socket
optional.

How about doing the same for the error number argument to
socket_strerror() ?

So instead of writing:
  die (socket_strerror(socket_last_error())
I can just write:
  die (socket_strerror())

...Tom Robinson



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=17022&edit=1

Reply via email to