Date: 08/29/00
- Next message: Vilson Cristiano Gärtner: "[PHP-DEV] **PSLib for PHP**"
- Previous message: Stig Venaas: "[PHP-DEV] new networking code, filenames/locations okay?"
- In reply to: Stig Venaas: "[PHP-DEV] new networking code, filenames/locations okay?"
- Next in thread: Hartmut Holzgraefe: "Re: [PHP-DEV] new networking code, filenames/locations okay?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 21:24 29/08/00 +0200, Stig Venaas wrote:
>Hi
>
>As I wrote some time ago, I'm trying to rewrite much of the networking
>code, I'm trying to keep all the address/protocol-dependent stuff in
>one place.
>
>I have a header file main/php_network.h (name/location okay?) that
>declares
>
>int hostconnect(char *host, int port, int socktype);
>
>This will be extended later. The code is in main/network.c
>(name/location okay?)
>
>So far I've rewritten php_fopen_url_wrap_http and php_fopen_url_wrap_ftp
>to use hostconnect.
>
>I'm going to add this soon, now that 4.0.2 finally is out.
>
>Next I'm going to make more code use hostconnect, and extend hostconnect
>to have options for blocking/non-blocking and timeout.
>
>And after that I'll probably go for the resolver functions, and also
>make hostconnect use them.
>
>Unless anyone responds, I'll start adding stuff as planned in a day
>or so.
Please make sure it also works with Windows and wait for a couple of days
just in case we don't need a pl2 :)
Andi
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Vilson Cristiano Gärtner: "[PHP-DEV] **PSLib for PHP**"
- Previous message: Stig Venaas: "[PHP-DEV] new networking code, filenames/locations okay?"
- In reply to: Stig Venaas: "[PHP-DEV] new networking code, filenames/locations okay?"
- Next in thread: Hartmut Holzgraefe: "Re: [PHP-DEV] new networking code, filenames/locations okay?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

