Hello everybody.
I am currently writing a small system in PHP which is able to communicate with a CSCL system called sTeam. I have to Login into the sTeam and use that socket all the way through my pages. Therefor I need a socket which does not close after execution. I know there is a socket type called "pfsockopen" (actually it is not a type i know). This socket is not supposed to close after execution, but to persist all the time until a timeout is cast from the other side. When this socket is closed and opened again. The persistent socket should be used.
But it does not work. I use an Apache 1.3.23 and PHP 4.1.1 .
Can anybody help me?