F5F Stay Refreshed Software Operating Systems php for macOS

php for macOS

php for macOS

Pages (2): 1 2 Next
X
XxPandaxX_74
Member
179
02-13-2023, 01:47 PM
#1
You can look for official PHP builds for macOS from the developer's website or repositories. Avoid third-party tools and focus on native sources.
X
XxPandaxX_74
02-13-2023, 01:47 PM #1

You can look for official PHP builds for macOS from the developer's website or repositories. Avoid third-party tools and focus on native sources.

I
Imorrivel
Member
60
02-15-2023, 03:11 AM
#2
You can build it yourself. For older macOS versions, the Apache package should already come with the installation. https://www.php.net/manual/en/install.macosx.php It might seem strange to rely on a package manager, but it simplifies development work. You can always mimic its behavior manually, though it requires more effort. https://getgrav.org/blog/macos-monterey-...p-versions Whatever the blog does with brew, you can achieve the same by downloading and installing packages yourself.
I
Imorrivel
02-15-2023, 03:11 AM #2

You can build it yourself. For older macOS versions, the Apache package should already come with the installation. https://www.php.net/manual/en/install.macosx.php It might seem strange to rely on a package manager, but it simplifies development work. You can always mimic its behavior manually, though it requires more effort. https://getgrav.org/blog/macos-monterey-...p-versions Whatever the blog does with brew, you can achieve the same by downloading and installing packages yourself.

P
Pietrodar
Member
166
02-16-2023, 07:33 AM
#3
I’m thinking about compiling, but it looks quite involved. I’m unsure if the links in the article are actually steps. If they are, I’m not sure I can handle them. So I’ll skip that part. I don’t think I can do it without a package manager, since I’m not confident I’ll need anything later. When it comes to CLI tasks, I’d have to read guides carefully to remove it properly. If I have to, I might follow the php installation instructions. Would you like me to highlight that section about PHP? And are you sure you want to focus only on that segment, or should I show the broader context too?
P
Pietrodar
02-16-2023, 07:33 AM #3

I’m thinking about compiling, but it looks quite involved. I’m unsure if the links in the article are actually steps. If they are, I’m not sure I can handle them. So I’ll skip that part. I don’t think I can do it without a package manager, since I’m not confident I’ll need anything later. When it comes to CLI tasks, I’d have to read guides carefully to remove it properly. If I have to, I might follow the php installation instructions. Would you like me to highlight that section about PHP? And are you sure you want to focus only on that segment, or should I show the broader context too?

Z
Zwottr0nin
Junior Member
1
02-16-2023, 08:30 PM
#4
You won't need to learn this manually—just figure it out yourself. I highly suggest using Homebrew; it simplifies everything for developers. Setting it up and taking it down is straightforward (refer to: https://github.com/homebrew/install#uninstall-homebrew). It works with a simple command in the terminal. Homebrew should always be handy—it streamlines installing, updating, and removing various CLI tools you'll need during development.
Z
Zwottr0nin
02-16-2023, 08:30 PM #4

You won't need to learn this manually—just figure it out yourself. I highly suggest using Homebrew; it simplifies everything for developers. Setting it up and taking it down is straightforward (refer to: https://github.com/homebrew/install#uninstall-homebrew). It works with a simple command in the terminal. Homebrew should always be handy—it streamlines installing, updating, and removing various CLI tools you'll need during development.

I
Impolinho
Junior Member
14
02-17-2023, 01:33 AM
#5
Great questions! Let’s break it down:

It won’t automatically take over your system or replace your built-in macOS functions. It will only do what you ask of it—like installing apps or managing packages—but it won’t hijack default settings or change how macOS operates behind the scenes. You’ll still use your MacBook’s normal behavior unless you explicitly enable it.

You won’t know it’s installed unless you install it yourself or see a setup wizard prompt. If you don’t use it, it won’t interfere with your existing workflows.

For choosing between HomeBrew and Macports, it depends on what you need. HomeBrew is great if you want full control and a Unix-like environment, while Macports helps integrate apps from other platforms. Consider your goals—do you need deep customization or just compatibility?

As for safety, HomeBrew and Macports are generally secure, but always check updates and reviews before installing anything new. Stay cautious with third-party tools and keep your system patched.
I
Impolinho
02-17-2023, 01:33 AM #5

Great questions! Let’s break it down:

It won’t automatically take over your system or replace your built-in macOS functions. It will only do what you ask of it—like installing apps or managing packages—but it won’t hijack default settings or change how macOS operates behind the scenes. You’ll still use your MacBook’s normal behavior unless you explicitly enable it.

You won’t know it’s installed unless you install it yourself or see a setup wizard prompt. If you don’t use it, it won’t interfere with your existing workflows.

For choosing between HomeBrew and Macports, it depends on what you need. HomeBrew is great if you want full control and a Unix-like environment, while Macports helps integrate apps from other platforms. Consider your goals—do you need deep customization or just compatibility?

As for safety, HomeBrew and Macports are generally secure, but always check updates and reviews before installing anything new. Stay cautious with third-party tools and keep your system patched.

F
Frostyduff
Member
237
02-18-2023, 08:42 AM
#6
It's a straightforward terminal application designed to help you install, update, and remove other terminal tools. I believe you're referring to the app store, as macOS lacks a native package manager. It doesn't replace or conflict with the app store. It simplifies the process of setting up and maintaining your Mac tools, making it more convenient overall. It only functions when you actively request changes. If you don't run "brew update && brew upgrade," it won't automatically check for updates or notify you about available ones.
F
Frostyduff
02-18-2023, 08:42 AM #6

It's a straightforward terminal application designed to help you install, update, and remove other terminal tools. I believe you're referring to the app store, as macOS lacks a native package manager. It doesn't replace or conflict with the app store. It simplifies the process of setting up and maintaining your Mac tools, making it more convenient overall. It only functions when you actively request changes. If you don't run "brew update && brew upgrade," it won't automatically check for updates or notify you about available ones.

E
Edge328
Member
111
02-19-2023, 01:35 PM
#7
You should probably install it, it’ll make things simpler and let you grab PHP and other tools easily. Thanks! For your last question, Homebrew or MacPorts?
E
Edge328
02-19-2023, 01:35 PM #7

You should probably install it, it’ll make things simpler and let you grab PHP and other tools easily. Thanks! For your last question, Homebrew or MacPorts?

T
ToffeeBubba
Junior Member
48
02-19-2023, 01:54 PM
#8
I've only worked with Homebrew for over a decade, so I can't compare it to MacPorts. Others might have useful insights. Check this link: https://apple.stackexchange.com/question...d-homebrew
T
ToffeeBubba
02-19-2023, 01:54 PM #8

I've only worked with Homebrew for over a decade, so I can't compare it to MacPorts. Others might have useful insights. Check this link: https://apple.stackexchange.com/question...d-homebrew

S
straattegel2
Junior Member
8
02-19-2023, 02:08 PM
#9
You’ve decided to go with homebrew, which is a solid choice given your experience with APT. The fink article caught your attention because it’s apt-based and aligns with your comfort zone. However, the fink site seems outdated, and the latest macOS version is 13 while fink’s latest release is from 2022. It’s unclear if newer macOS versions are supported. Regarding the installation method, seeing it work on Apple Silicon (M1) suggests it might not interfere with your setup, but you should still check the official docs for confirmation.
S
straattegel2
02-19-2023, 02:08 PM #9

You’ve decided to go with homebrew, which is a solid choice given your experience with APT. The fink article caught your attention because it’s apt-based and aligns with your comfort zone. However, the fink site seems outdated, and the latest macOS version is 13 while fink’s latest release is from 2022. It’s unclear if newer macOS versions are supported. Regarding the installation method, seeing it work on Apple Silicon (M1) suggests it might not interfere with your setup, but you should still check the official docs for confirmation.

I
IcemanLFC
Member
175
03-01-2023, 04:49 AM
#10
I chose to skip PHP because it wasn’t essential that much. However, I might look into homebrew options later, though we’ll decide again if needed.
I
IcemanLFC
03-01-2023, 04:49 AM #10

I chose to skip PHP because it wasn’t essential that much. However, I might look into homebrew options later, though we’ll decide again if needed.

Pages (2): 1 2 Next