https://github.com/cbh34680/al2023-remi-php
Install remi's php on al2023
https://github.com/cbh34680/al2023-remi-php
al2023 aws ec2 php56 php7 php8 remi
Last synced: 7 months ago
JSON representation
Install remi's php on al2023
- Host: GitHub
- URL: https://github.com/cbh34680/al2023-remi-php
- Owner: cbh34680
- Created: 2024-04-21T08:21:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T09:28:04.000Z (8 months ago)
- Last Synced: 2025-02-03T10:25:08.882Z (8 months ago)
- Topics: al2023, aws, ec2, php56, php7, php8, remi
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# al2023-remi-php
Add remi repository to AWS EC2 instance Amazon Linux 2023 and install php versions 5.6, 7.x, 8.0, 8.1.
install
```
# cp al2023-f34-remi34.repo /etc/yum.repos.d/
# sh al2023-remi-php-add.sh 72
```uninstall
```
# sh al2023-remi-php-del.sh
# rm /etc/yum.repos.d/al2023-f34-remi34.repo
```At your own risk.
Note
------------
> The purpose is to run unsupported versions of PHP on Amazon Linux 2023.
> For versions 8.2 and later, please use the dnf command for regular installation.