From d4644ef87a17421121502592dd3f6ce0daa5d34e Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Fri, 12 Apr 2024 18:12:27 +0300 Subject: [PATCH] Add PHP 8.3 support, release 1.0.8 --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e12586..4607cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Add unit tests (GitHub actions) for macOS, Homebrew and install.sh * Add build status badge * Rewrite install.sh for PHP 8.3, use variables instead of hardcoded paths and versions +* PHP 8.3 support ### 1.0.7: 2023-05-12 diff --git a/README.md b/README.md index 835c2c4..ff84eb8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LEMP: Local Environment Made Powerful -[![Build](https://github.com/digitoimistodude/macos-lemp-setup/actions/workflows/build.yml/badge.svg)](https://github.com/digitoimistodude/macos-lemp-setup/actions/workflows/build.yml) [![GitHub release](https://img.shields.io/github/tag/digitoimistodude/macos-lemp-setup.svg)](https://github.com/digitoimistodude/macos-lemp-setup/releases) ![GitHub contributors](https://img.shields.io/github/contributors/digitoimistodude/macos-lemp-setup.svg) ![PHP](https://img.shields.io/badge/PHP-7.4-7a86b8) +[![Build](https://github.com/digitoimistodude/macos-lemp-setup/actions/workflows/build.yml/badge.svg)](https://github.com/digitoimistodude/macos-lemp-setup/actions/workflows/build.yml) [![GitHub release](https://img.shields.io/github/tag/digitoimistodude/macos-lemp-setup.svg)](https://github.com/digitoimistodude/macos-lemp-setup/releases) ![GitHub contributors](https://img.shields.io/github/contributors/digitoimistodude/macos-lemp-setup.svg) ![PHP](https://img.shields.io/badge/PHP-8.3-7a86b8) Just kidding, it's really **Linux + nginx [engine x] + MySQL + PHP-FPM**, that's where the LEMP comes from. MacOS LEMP Setup is just like Local by Flywheel or XAMPP, WAMP, Hammer, Anvil etc. tools like this, but it concentrates on the native way of running a web server just by using native Linux packages ported for macOS via Homebrew. It's always fast, always on.