Hi everyone,
I have google'd this quite extensively and it doesn't appear to be possible, however I thought I would ask here just to confirm.
I have a requirement to create a Socket Server that will server various web pages, however it needs to be compliant with PHP 4.3.x at a minimum, unfortunately this limits the options I have available for the SSL / TLS connection.
Is it possible to do this with PHP4 ? Currently I am using the Socket Functions library. Which doesn't have the same options as the Stream Sockets Functions , which I believe can do this quite easily, the only issue being they are mainly PHP 5 only functions which is not suitable for this project.
Any help or advise would be appreciated.
It has to be written in PHP aswell. So please don't suggest python, C or java.
I have google'd this quite extensively and it doesn't appear to be possible, however I thought I would ask here just to confirm.
I have a requirement to create a Socket Server that will server various web pages, however it needs to be compliant with PHP 4.3.x at a minimum, unfortunately this limits the options I have available for the SSL / TLS connection.
Is it possible to do this with PHP4 ? Currently I am using the Socket Functions library. Which doesn't have the same options as the Stream Sockets Functions , which I believe can do this quite easily, the only issue being they are mainly PHP 5 only functions which is not suitable for this project.
Any help or advise would be appreciated.
It has to be written in PHP aswell. So please don't suggest python, C or java.