Volker
Volker
*facepalm*, any hints how to solve the PHP 5.3 problem? btw, is anyone using PHP 5.3 anymore???? :S please NOT!
thats ugly, sad...
maybe it is done? ;)
as i can see, the complete travis check-stack is broken, maybe someone can help?
whats cracking?
my current project https://codeberg.org/volker.von.hoesslin/reactphp-dhcp-server needs this to define a interface.
@SimonFrings I really don't want to be rude or pushy, but do you need any more input? Can I offer further assistance in merging the PR?
Hmm, so the code is basically already built in a way that no dependencies are required. If the prerequisites are not met, the feature simply won't function. Alternatively, we could...
hmmm, i can not see how will this help to my usecase? how can i assign me needed custom options, like: ``` array( SOL_SOCKET => array( SO_REUSEADDR => 1, SO_BROADCAST'...
I need to set these two Options for my DHCP Server implentation: SO_BROADCAST' => 1, SO_BINDTODEVICE => 'eth0', So, how can i assign this from the outside of this lib?