Releases: one-and-only/EZCompile-PHP
0.9-beta.4
What's New:
-
Feature Updates:
- Docker Compose is no Longer Needed for macOS
- You can Choose Between MySQL 5.6, 5.7, or 8.0
- You can Choose Between PHP 7.2, 7.3, 7.4, or 8.0 beta
-
Patch Updates:
- Software now ONLY Uses Dockerfiles
0.9-beta.3
What's New:
Feature Updates:
- Docker PHP Version has Been Updated From 7.4.9 to 7.4.10. This fixes bugs from PDO and PHP Itself and is encouraged for PHP 7.4.9 users.
- Added Documentation for Installing the Debian PHP CLI
Patch Updates:
- Fixed Bug Present in Commit 44a225a for macOS
Separate archives are now bundled depending on the operating system of choice. This decision was made to increase clarity and to reduce file size.
0.9-beta.2
What's New:
- Feature Changes:
- Added Work-In-Progress Windows Docker Desktop Install Script
- Added Support for Docker in Debian-Based Linux Distributions
- Patch Changes:
- Fixed Unbalanced
if
s andfi
s in PHP CLI install script for Debian Distros
- Fixed Unbalanced
The XZ tarball is provided as a means to a smaller download and file size, but maybe incompatible with some systems, hence the zip file is included as well. Most Macs and most Linux distributions support XZ tarballs (.tar.xz).
0.9-beta
What's New
- Feature Updates:
- Added Self-Extracting (SFX) Archives for Docker Desktop (Windows). These are used for installation and can be Accessed from
windows/dockerDesktop/
. Follow the README on how to extract and Install Docker Desktop for Windows.
- Added Self-Extracting (SFX) Archives for Docker Desktop (Windows). These are used for installation and can be Accessed from
The XZ tarball is provided as a means to a smaller download and file size, but may be incompatible with some systems, hence the zip file is included as well. Most Macs support XZ tarballs (.tar.xz).
0.8-beta
What's New:
Feature Updates:
- Docker Desktop Can Now be Automatically Installed in macOS Using
macos/Docker/dockerDesktop/installDockerDesktop.sh
Patch Updates:
- Tighter Code Formatting and Syntax (Now easier to maintain and improve)
0.7-beta
Added Support for PHP 7.4.9 in Docker for all major desktop Operating Systems. The XZ tarball is provided as a means to a smaller download and file size, but may be incompatible with some systems, hence the zip file is included as well.
0.6-beta
Added Docker Support for PHP 7.4.9. The XZ tarball is provided as a means to a smaller download and file size, but may be incompatible with some systems, hence the zip file is included as well.
0.5-alpha (macOS ONLY)
Add option to quit the installation and overwrite existing installation if the user is installing the same version again (or attempting to). The script now clones the latest code from the official PHP repository when installing the latest-master PHP version instead of bundling it with the release file. This ensures the smallest release file size and the most up to date code. The XZ tarball is provided as a means to a smaller download and file size, but may be incompatible with some systems, hence the zip file is included as well.
0.3-alpha (macOS ONLY)
Various QoL Changes and Bug Fixes were made in this release. The XZ tarball is provided as a means to a smaller download and file size, but may be incompatible with some systems, hence the zip file is included as well.
0.2-alpha (macOS ONLY)
The First Pre-Release that supports installing the PHP CLI in multiple versions. The XZ tarball is provided as a means to a smaller download and file size, but may be incompatible with some systems, hence the zip file is included as well.