Skip to content

Releases: shivammathur/setup-php

1.8.7

05 May 09:35
e9e024e
Compare
Choose a tag to compare

v1 maintenance release

  • Recompile PCOV binaries with latest PHP 8.0 on windows.
  • Update formulae for PHP 8.0 on macOS before setup.
  • Update dependencies.
  • Setup libzip-dev to fix symbol error in PHP 8.0 on ubuntu.
  • Fix icu4c version for PHP 5.6 and 7.0 on macOS.
  • Fix loading PECL extensions. Fixes #217

2.1.3

20 Mar 13:45
f58dc6e
Compare
Choose a tag to compare
  • Add SECURITY.md.
  • Update FUNDING.yml.
  • Install PhpManager from GitHub repository on windows.
  • Update dependencies to fix CVE-2020-7598.

1.8.6

20 Mar 13:45
fdfa901
Compare
Choose a tag to compare

v1 maintenance release

  • Install PhpManager from GitHub repository on windows.
  • Update dependencies to fix CVE-2020-7598.

2.1.2

16 Mar 02:49
f3a1262
Compare
Choose a tag to compare
  • Improve extension support.
  • sqlite will now setup sqlite3.
  • Improve code quality.
  • Bump ECMAScript version.
  • Change case in README.
  • Fix mysql on windows

1.8.5

16 Mar 02:38
5ad0888
Compare
Choose a tag to compare

v1 maintenance release

  • sqlite will now setup sqlite3.
  • Improve code quality.
  • Bump ECMAScript version.
  • Change case in README.
  • Fix mysql on windows

2.1.1

08 Mar 03:11
0585c3d
Compare
Choose a tag to compare
  • Fix caching PDO extensions on linux
  • Switch to macports based builds for old PHP on darwin.

Note: Please reset the key if you are caching extensions on PHP 5.3, 5.4 or 5.5 on macOS.

2.1.0

02 Mar 14:43
b7d68d8
Compare
Choose a tag to compare
  • Add support for these tools.
    • blackfire - client and agent
    • blackfire-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 to 65.1.
  • Use shivammathur/php5-darwin for PHP 5.3, 5.4 and 5.5 on macOS.
  • Update examples to start mysql service.
  • Add example for blackfire and blackfire-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

08 Mar 15:25
0da52b1
Compare
Choose a tag to compare

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

22 Feb 19:16
03fd0b8
Compare
Choose a tag to compare
  • Refactor linux.sh and darwin.sh.
  • Fix force update on ubuntu and macos.
  • Fix dependency link in README.
  • Add section to cache node.js dependencies in README.
  • Force update ppa to fix PHP 5.6 and 7.0 on ubuntu-18.04.
  • Force install libicu64 as icu is updated to 65.1.

2.0.1

19 Feb 03:38
cdfbf6d
Compare
Choose a tag to compare
  • Remove update input in actions.yml. It is only supported as an environment variable.
  • Fix update_ppa calls in linux.sh.