Releases: php/php-windows-builder
Releases · php/php-windows-builder
1.5.1
1.5.0
1.4.0
- Added support to build with stable PHP 8.5.
- Added patches to build with PHP 8.5.
- Improved auto-detect support for
ociandibmextensions,xmlrpcandparallel. - Cleanup redundant stub composer files.
- Fixed typo in
BuildPhpExtension.psd1.
1.3.0
- 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
- 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
couchbaseon x86. - Fixed package name for
pecl_httpextension.
1.1.7
- Fix
Get-BuildDirectoryto always return absolute path. - Fixed fetching
instantclientfor 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.w32andpackage.xmlfiles. - Improve parsing
composer.jsonfor configure arguments. - Add example workflows and improve the
README.
1.1.6
- Improve Get-File support for PowerShell 5.
- Improve calling
vswhereif not inPATH. - Fix parsing composer.json for configure args
1.1.5
Added support to build PHP and extensions from a local source
1.1.4
- Added inputs for libraries and args for local setup for extensions.
- Fixed packaging extension builds locally.
1.1.3
- 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
vswherewhen missing.