Skip to content

Releases: shivammathur/setup-php

1.5.7

02 Dec 19:48
3164116
Compare
Choose a tag to compare

1.5.6

30 Nov 01:53
3039a72
Compare
Choose a tag to compare
  • Fix php-fpm on linux in PHP 5.6 and 7.0.
  • Shift to rotating stable tags
  • Bump to 7.4.0 stable version
  • Fix phpdbg version and install it on PHP 7.4.
  • Update Update-PhpCAInfo command in win32.ps1
  • Switch to Homebrew for PHP 7.4
  • Add 7.4 version to README and workflow.
  • Improve checks in workflow.
  • Show semantic versions on PHP install and correct logs.

1.5.5

27 Nov 18:52
99e2d8d
Compare
Choose a tag to compare
  • Add example workflows for WordPress development kits from @roots, Sage and Bedrock.
  • Improve README.
  • Remove caching from workflow.
  • Fix call to Update-PhpCAInfo in win32.ps1

1.5.4

26 Nov 07:12
cade5f7
Compare
Choose a tag to compare
  • Fix caching in workflow.
  • Ship with @zeit / ncc as a single file.
  • Improve windows script. #86
  • Use the curl CA list if PKI Powershell Module is not available. #86
  • Install Xdebug using PhpManager on PHP 7.4 after fixes. #86
  • Disable es-lint check @typescript-eslint/no-unused-vars.
  • Add pre-commit hook to create release.
  • Improve templates to add commands for linting and creating release.

1.5.3

22 Nov 02:48
2b938d9
Compare
Choose a tag to compare
  • Fix check for existing extensions on windows.
  • Update workflows and combine into one.
  • Update PHP7.4 version for ubuntu to PHP7.4.0 RC6.
  • Improve documentation in README.

1.5.2

15 Nov 00:56
63d8fa1
Compare
Choose a tag to compare
  • Bump PHP 7.4 version on windows and macOS to 7.4.0 RC6

1.5.1

13 Nov 01:41
1eb8e8f
Compare
Choose a tag to compare
  • Update cache dependencies section in README after fix in actions/cache
  • Fix extensions with PDO prefix.

1.5.0

08 Nov 11:01
77bc79b
Compare
Choose a tag to compare
  • Update ppa:ondrej/php before install.
  • Cache node_modules in test workflows.
  • Improve documentation and templates.
  • Add dependency cache section using action/cache.
  • Revert to apt-get for installing extensions.
  • Remove windows-2016 support.
  • Bump macOS-latest version to macOS X Catalina 10.15.
  • Add PECL support on ubuntu as fallback.
  • Install extensions on PHP7.4 using ppa:ondrej/php.

1.4.6

02 Nov 15:10
47d1da0
Compare
Choose a tag to compare
  • Use ppa:ondrej/php to install ext-psr via apt.
  • Divide workflows by OS, works faster.
  • Add PHP7.4 to phalcon examples.
  • Improve test suite.
  • Bump xdebug version for PHP7.4 on windows.
  • Bump to PHP7.4RC5 on darwin and windows.
  • Update ppa:ondrej/php before install.

1.4.5

29 Oct 01:42
cb5e07b
Compare
Choose a tag to compare
  • Fix custom extension scripts to not clone in working directory.
  • Use files from this action instead of copying.
  • Use tool-cache directory to store script for the action.
  • Fix race condition in linux.sh to get correct php.ini
  • Update node-version to 12.x for testing.
  • Update action branding.
  • Update PHP 7.4 versions in README.md
  • Add support for PHP 7.4 for phalcon4