Menu

#1 Use PHP5 stream functions

open
nobody
None
5
2004-08-19
2004-08-19
No

In PHP5, there is a new API for doing socket foo.

I have made a patch that adds a configuration variable,
sockettype, that allows the user to specify, whether he
wants to use the old socket_* functions, or the new
stream_socket_* functions.

Patch:
http://serber.chsc.dk/misc/nanoftpd/patch

Two new files should be added to lib:
http://serber.chsc.dk/misc/nanoftpd/socket_socket.php
http://serber.chsc.dk/misc/nanoftpd/socket_stream.php

Discussion


Log in to post a comment.