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
> 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
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
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*'
> 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
> 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
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
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