Skip to content

Releases: php/php-windows-builder

1.2.0

26 Oct 19:45
473a967

Choose a tag to compare

  • Added support for immutable releases.
  • Fixed building with PHP 8.5 after PHP-8.5 branch is cut.
  • Upgrade php-sdk-binary-tools version to 2.5.0.
  • Added a patch to build couchbase on x86.
  • Fixed package name for pecl_http extension.

1.1.7

03 Sep 06:00
bbf2939

Choose a tag to compare

  • Fix Get-BuildDirectory to always return absolute path.
  • Fixed fetching instantclient for building OCI extensions.
  • Fix regression in building PHP with correct dependencies.
  • Fix directory name in PECL workflow when extension name is capitalized.
  • Fix building on repos with multiple config.w32 and package.xml files.
  • Improve parsing composer.json for configure arguments.
  • Add example workflows and improve the README.

1.1.6

16 Aug 18:25
761184f

Choose a tag to compare

  • Improve Get-File support for PowerShell 5.
  • Improve calling vswhere if not in PATH.
  • Fix parsing composer.json for configure args

1.1.5

15 Aug 22:06
1c61f98

Choose a tag to compare

Added support to build PHP and extensions from a local source

1.1.4

12 Aug 19:08
8275f3a

Choose a tag to compare

  • Added inputs for libraries and args for local setup for extensions.
  • Fixed packaging extension builds locally.

1.1.3

12 Aug 18:47
6edea8d

Choose a tag to compare

  • Added support to build locally
  • Added support for arguments to the test runner.
  • Fixed logs for tests in extensions action.
  • Improved downloading files from downloads.php.net with retry logic.
  • Added support to parse SETUP functions in config.w32.
  • Fixed testing PHP builds and add a workflow for it.
  • Fixed adding vswhere when missing.

1.1.1

11 Jul 12:12
b013ecf

Choose a tag to compare

  • Added support to build with 8.5 as PHP version target

1.1.0

28 Jun 15:31
7d5c246

Choose a tag to compare

  • Added support to build with the master branch of php-src as the php-version.
  • Switched to windows-2022.
  • Added support to install missing visual studio components. For instance vc15 on windows-2022.
  • Added zip extension in artifact names. (#11)
  • Added input in php workflow to not upload the builds to the downloads server.
  • Added cmdlet to setup oci db.
  • Fixed running test for pdo_oci.
  • Fixed logs on build failure.

1.0.5

29 May 19:58
6d2fbc2

Choose a tag to compare

  • Improved packaging for datadog_trace extension.
  • Switched to windows-2022 for VS2019.
  • Fixed running tests for amqp extension.
  • Fixed extracting dependencies in case multiple versions are picked up.

1.0.4

28 Mar 06:25
a29a422

Choose a tag to compare

  • Fixed running imagick tests that need config files.
  • Fixed checking for vs toolsets in GitHub runners.