]> git.mxchange.org Git - hub.git/commit
all socketErrorFooHandler() methods shall be protected, else they can't be called...
authorRoland Häder <roland@mxchange.org>
Fri, 10 Feb 2012 19:37:47 +0000 (19:37 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 10 Feb 2012 19:37:47 +0000 (19:37 +0000)
commit0c0af54da337c11b01ff5799ab24e54cd6a93e8b
treec5fdae9e8daeb7c6420cf297fcd668e8a8f49846
parenta0d5cb424ad784b6d6be71ed185dbd556d16a255
all socketErrorFooHandler() methods shall be protected, else they can't be called (but detected by method_exists()); moved socket_set_nonblock() call above socket_connect()
application/hub/main/helper/connection/class_BaseConnectionHelper.php
application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php