On Thu, 23 Mar 2006 13:23:40 +0300
[EMAIL PROTECTED] ("Dmitry Stogov") wrote:

> Hi Rostisla,
> 
> I've committed another patch into HEAD and PHP_5_1, that allows usage of
> UNIX sockets without ':'.
> 
> -b <host>:<port_number>
> -b <port_number>
> -b <unix_path>

It means that a choice of the unix_path is restricted. It cannot be a
number and cannot include ":number" at the end.

I've seen the diff of sapi/cgi/cgi_main.c after your commit. IMHO the
distinction between TCP/IP and UNIX socket better to be done according
to last ":", as in proposed by me version of sapi/cgi/fastcgi.c.
Alternative and maybe much better solution is to use different bind
options for TCP/IP and UNIX sockets. For example -b and -B.
Anyway sapi/cgi/fastcgi.c should be canged.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to