Re: PHP rename fastcgi to cgi

2018-02-21 Thread Stuart Henderson
On 2018/02/07 20:39, Martijn van Duren wrote: > This has been lying still since November. > Does anyone want to comment on, or OK this? > > martijn@ Updated against -current. OK sthen Index: devel/quirks/Makefile === RCS file: /cv

Re: PHP rename fastcgi to cgi

2018-02-07 Thread Martijn van Duren
This has been lying still since November. Does anyone want to comment on, or OK this? martijn@ Index: devel/quirks//Makefile === RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.563 diff -u -p -a -u -r1.563 Makefile

Re: PHP rename fastcgi to cgi

2017-12-11 Thread Martijn van Duren
ping On 12/08/17 20:28, Martijn van Duren wrote: > ping > > On 12/05/17 09:31, Martijn van Duren wrote: >> ping >> >> On 11/24/17 13:13, Martijn van Duren wrote: >>> On 11/24/17 12:07, Stuart Henderson wrote: On 2017/11/24 09:27, Martijn van Duren wrote: >> @conflict php-fastcgi->=5.6,<5

Re: PHP rename fastcgi to cgi

2017-12-08 Thread Martijn van Duren
ping On 12/05/17 09:31, Martijn van Duren wrote: > ping > > On 11/24/17 13:13, Martijn van Duren wrote: >> On 11/24/17 12:07, Stuart Henderson wrote: >>> On 2017/11/24 09:27, Martijn van Duren wrote: > @conflict php-fastcgi->=5.6,<5.7 Left out, since there's no overlapping names bet

Re: PHP rename fastcgi to cgi

2017-12-05 Thread Martijn van Duren
ping On 11/24/17 13:13, Martijn van Duren wrote: > On 11/24/17 12:07, Stuart Henderson wrote: >> On 2017/11/24 09:27, Martijn van Duren wrote: @conflict php-fastcgi->=5.6,<5.7 >>> >>> Left out, since there's no overlapping names between the two packages, >>> which is what pkg_create(1) specif

Re: PHP rename fastcgi to cgi

2017-11-24 Thread Martijn van Duren
On 11/24/17 12:07, Stuart Henderson wrote: > On 2017/11/24 09:27, Martijn van Duren wrote: >>> @conflict php-fastcgi->=5.6,<5.7 >> >> Left out, since there's no overlapping names between the two packages, >> which is what pkg_create(1) specifies should be the reason of usage. >> Of course it's easy

Re: PHP rename fastcgi to cgi

2017-11-24 Thread Stuart Henderson
On 2017/11/24 09:27, Martijn van Duren wrote: > > @conflict php-fastcgi->=5.6,<5.7 > > Left out, since there's no overlapping names between the two packages, > which is what pkg_create(1) specifies should be the reason of usage. > Of course it's easy enough to add if you think it's still needed.

Re: PHP rename fastcgi to cgi

2017-11-24 Thread Martijn van Duren
Hello Stuart, Thanks for the feedback. On 11/23/17 23:48, Stuart Henderson wrote: > On 2017/11/23 21:46, Martijn van Duren wrote: >> Hello ports@, >> >> Here's the first real tricky patch for PHP. >> Right now we have the -fastcgi package, which is nothing more than PHP's >> cgi SAPI under a diff

Re: PHP rename fastcgi to cgi

2017-11-23 Thread Martijn van Duren
On 11/23/17 23:13, Raul Miller wrote: > Perhaps worth noting that fastcgi is a different protocol from cgi It *is* the -cgi binary. It also supports fastcgi, but -fpm is the preferred method for that. See php(1) -b flag. > > https://en.wikipedia.org/wiki/FastCGI > > Thanks, >

Re: PHP rename fastcgi to cgi

2017-11-23 Thread Stuart Henderson
On 2017/11/23 21:46, Martijn van Duren wrote: > Hello ports@, > > Here's the first real tricky patch for PHP. > Right now we have the -fastcgi package, which is nothing more than PHP's > cgi SAPI under a different name and is actually confusing considering > there's the fpm SAPI in -main. It origi

Re: PHP rename fastcgi to cgi

2017-11-23 Thread Raul Miller
Perhaps worth noting that fastcgi is a different protocol from cgi https://en.wikipedia.org/wiki/FastCGI Thanks, -- Raul