Re: PHP80

2022-05-07 Thread Ryan Schmidt
On May 7, 2022, at 09:43, JEFFRY KILLEN wrote: > On May 7, 2022, at 1:11 AM, Ryan Schmidt wrote: > >> "MAMP" stands for "macOS, Apache, MySQL or MariaDB, and PHP" but I assume >> you meant you installed those outside of MacPorts. If so, you probably only >> need one set of those things, so eith

Re: PHP80

2022-05-07 Thread JEFFRY KILLEN
> On May 7, 2022, at 1:11 AM, Ryan Schmidt wrote: > > On May 5, 2022, at 11:14 PM, JEFFRY KILLEN wrote: > >> I installed php80 and ran php -v in the terminal. >> Command not found was the response. >> >> I looks like there was no command line version o

Re: PHP80

2022-05-07 Thread Ryan Schmidt
On May 5, 2022, at 11:14 PM, JEFFRY KILLEN wrote: > I installed php80 and ran php -v in the terminal. > Command not found was the response. > > I looks like there was no command line version of > php with Monterey as well as no module. But it is not > clear where the php e

Re: PHP80

2022-05-06 Thread Marius Schamschula
php80 just installs the cli component. For apache24 you also need either php80-apache2handler or php80-fpm For nginx you also need php80-fpm There are any number of additional modules that you may install, depending on you site’s requirements. To list everything port list 'php80*'

Fwd: PHP80

2022-05-06 Thread Craig Treleaven
> Begin forwarded message: > > From: JEFFRY KILLEN > Subject: Re: PHP80 > Date: May 5, 2022 at 11:14:04 PM EDT > To: Craig Treleaven > > > >> On May 5, 2022, at 5:12 PM, Craig Treleaven wrote: >> >>> On May 5, 2022, at 2:13 PM, JEFFRY KIL

Re: PHP80

2022-05-05 Thread Craig Treleaven
> On May 5, 2022, at 2:13 PM, JEFFRY KILLEN wrote: > > Hello: > > I am new to macports. My current interest to so install php on > MacOS Monterey. But I do no see specific info on what PHP80 > installs. Is it just a CLI installation, or is there a module that can > be us

Re: PHP80

2022-05-05 Thread chilli.names...@gmail.com
First look at port info php80 if that doesn't satisfy you, then try port echo depends:php80 will show all dependencies > On May 5, 2022, at 14:13, JEFFRY KILLEN wrote: > > Hello: > > I am new to macports. My current interest to so install php on > MacOS Monterey. B

PHP80

2022-05-05 Thread JEFFRY KILLEN
Hello: I am new to macports. My current interest to so install php on MacOS Monterey. But I do no see specific info on what PHP80 installs. Is it just a CLI installation, or is there a module that can be used with localhost Apache? If not for web server, is there a port that will install php. Or