Releases: shivammathur/setup-php
Releases · shivammathur/setup-php
1.8.7
v1
maintenance release
- Recompile
PCOV
binaries with latest PHP 8.0 onwindows
. - Update formulae for PHP 8.0 on
macOS
before setup. - Update dependencies.
- Setup
libzip-dev
to fix symbol error in PHP 8.0 onubuntu
. - Fix
icu4c
version for PHP 5.6 and 7.0 onmacOS
. - Fix loading PECL extensions. Fixes #217
2.1.3
- Add
SECURITY.md
. - Update
FUNDING.yml
. - Install
PhpManager
from GitHub repository on windows. - Update dependencies to fix
CVE-2020-7598
.
1.8.6
v1
maintenance release
- Install
PhpManager
from GitHub repository on windows. - Update dependencies to fix
CVE-2020-7598
.
2.1.2
- Improve extension support.
sqlite
will now setupsqlite3
.- Improve code quality.
- Bump
ECMAScript
version. - Change case in README.
- Fix
mysql
on windows
1.8.5
v1
maintenance release
sqlite
will now setupsqlite3
.- Improve code quality.
- Bump
ECMAScript
version. - Change case in README.
- Fix mysql on
windows
2.1.1
- Fix caching
PDO
extensions onlinux
- Switch to
macports
based builds for old PHP ondarwin
.
Note: Please reset the key if you are caching extensions on PHP 5.3, 5.4 or 5.5 on macOS.
2.1.0
- Add support for these tools.
blackfire
- client and agentblackfire-player
flex
- symfony/flex.wp-cli
.
- Add support for
ext-blackfire
. - Fix composer version and permissions.
- Fix to cache versioned extensions correctly.
- Move dependency setup to cache-extensions.
- Fix PHP 8.0 setup after
icu
version is bumped to65.1
. - Use
shivammathur/php5-darwin
for PHP 5.3, 5.4 and 5.5 onmacOS
. - Update examples to start
mysql
service. - Add example for
blackfire
andblackfire-player
. - Fix test name in
tools.test.ts
. - Improve README.
- Update action icon in
action.yml
.
🎉Thanks! @kidunot89 and @jaapio for the contributions in this release.
1.8.4
v1
maintenance release
- Update Action icon.
- Fix composer version and permissions.
- Update examples to start
mysql
service. - Fix test name in
tools.test.ts
. - Update
libicu-dev
for PHP 8.0. - Move dependency setup to
cache-extensions
. - Fix
codeception
support. - Refactor tools and scripts.
- Fix logs in
linux
2.0.2
- Refactor
linux.sh
anddarwin.sh
. - Fix force update on
ubuntu
andmacos
. - Fix dependency link in README.
- Add section to cache node.js dependencies in README.
- Force update ppa to fix PHP
5.6
and7.0
onubuntu-18.04
. - Force install
libicu64
as icu is updated to65.1
.
2.0.1
- Remove
update
input inactions.yml
. It is only supported as an environment variable. - Fix
update_ppa
calls inlinux.sh
.