⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Releases: php/php-windows-builder

1.6.1

12 Jan 12:33
b0e2fd5

Choose a tag to compare

Added support for git submodules.

1.6.0

10 Jan 06:08
5ffdefc

Choose a tag to compare

  • Improved Get-ExtensionSource to use current checked out source. (#23)
  • Improved adding boost library.
  • Improved auto library detection.
  • Fixed support to install Oracle DB to run tests for oci extensions.
  • Fixed typo in Add-Extension.
  • Fixed duplication logic in Add-Path.
  • Improved parsing extension name from config.w32.
  • Fixed overwrite in Add-ExtensionDependencies.
  • Fixed building mysql_xdevapi extension.
  • Fixed run-tests.php params to match the Makefile defaults.
  • Refactored extension specific code out of Invoke-Tests.
  • Set PHP_BUILD_PROVIDER for PHP builds in php workflow.

1.5.1

19 Dec 10:16
c89baa7

Choose a tag to compare

Fix enabling opcache extension in tests for PHP 8.5 and above.

1.5.0

19 Dec 09:53
aebe857

Choose a tag to compare

  • Fix support for oci and ibm extensions.
  • Fix running extensions tests with PHP 8.5. (#22)
  • Fix support for luasandbox extension.
  • Fix running tests with PHP 8.1 before release.

1.4.0

22 Nov 23:58
5401ea5

Choose a tag to compare

  • Added support to build with stable PHP 8.5.
  • Added patches to build with PHP 8.5.
  • Improved auto-detect support for oci and ibm extensions, xmlrpc and parallel.
  • Cleanup redundant stub composer files.
  • Fixed typo in BuildPhpExtension.psd1.

1.3.0

13 Nov 12:11
2b537c4

Choose a tag to compare

  • Added support to run tests before PHP releases.
  • Fixed support to specify in tree extensions as required in composer.json.
  • Switched to workflow artifacts for PECL releases.
  • Bumped php-sdk version to 2.6.0.

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