Closed mlocati closed 7 years ago
@mlocati please add test that ensures all of the socket config options are present in proxy
@Xerkus done.
Do you really need those proxies? getConfig() could work just as well
@Xerkus Of course you're right... I looked at the Proxy
methods only and I didn't found a way to get the $config
property. But obviously the getConfig
method of the Socket
class works fine.
PR updated.
looks good, thanks
one last thing, rebase it on master please. It is patch level change
rebase it on master
@Xerkus done.
sslcafile
andsslverifypeername
were present in theSocket
adapter but not in theProxy
adapter.We need all the options in order to avoid PHP warnings about accessing invalid array keys.