Commit Graph
38 Commits
Author SHA1 Message Date
Shivam Mathur bb36513e49 Add support to disable dependent extensions 2021-08-28 12:17:20 +05:30
Shivam Mathur 5402397d9f Do not delete extensions, just disable them 2021-08-28 12:17:19 +05:30
Shivam Mathur 947009a717 Sunset support for Ubuntu 16.04 2021-08-02 23:10:43 +05:30
Shivam Mathur 36cb9fb0fc Fix composer permissions on unix 2021-07-21 19:00:00 +05:30
Shivam Mathur 09e08a3554 More fixes in fetching tool versions 2021-07-14 14:17:32 +05:30
Shivam Mathur bb0acc6313 Fix extension setup 2021-06-04 21:34:23 +05:30
Shivam Mathur ef477a1dd7 Use mirror for ppa:ondrej/php on Ubuntu 16.04
Remove support for Ubuntu 16.04 self-hosted runners
2021-05-01 11:07:24 +05:30
Shivam Mathur 6ebd1e5184 Fix versions of composer tools 2021-04-26 06:55:12 +05:30
Shivam Mathur ada1ce86b7 Refactor and improve extension support
Add support for APCu on macOS from shivammathur/homebrew-extensions
Improve support for geos to compile on PHP 8.0 and 8.1
Fix pecl setup to avoid unnecessary callbacks
Use GitHub releases for all couchbase versions
Use add_extension_from_source for all custom supported extensions
Remove bintray and use shivammathur/intl-icu releases
Add patch for protobuf for installing from source
Move patches from custom extension scripts to patches directory
Add support to build extension from GitHub and pecl tar archives (Internal API)
Refactor regex in extension.ts
Move add_pecl_extension to common.sh
Refactor remove_extension in darwin.sh
Fix shellcheck warning in darwin.sh
Improve switch_version in linux.sh to accept parameters
2021-04-15 16:54:35 +05:30
Shivam Mathur 39faaac1d3 Improve source extension setup logs
Refactor source extension setup code to src/scripts/ext/source.sh
2021-04-15 16:54:32 +05:30
Shivam Mathur b3152daa8d Add support for any git repository to compile extension from source
Add support for extensions in a subdirectory to compile from source
2021-04-15 16:54:32 +05:30
Shivam Mathur c870bc9a3a Fail-fast if input repository does not have a PHP extension 2021-04-15 16:54:30 +05:30
Shivam Mathur f5f14c3aa3 Improve logs for building extensions from source 2021-04-15 16:54:29 +05:30
Shivam Mathur e831babc61 Add support for specifying configure opts when building extensions from source 2021-04-15 16:54:28 +05:30
Shivam Mathur c7736a605a Add support for adding libraries when building extensions from source 2021-04-15 16:54:28 +05:30
Shivam Mathur a9a6d1986e Fix add_extension_log 2021-04-15 16:54:27 +05:30
Shivam Mathur 86e7315da6 Replace bintray with jsdelivr for scripts 2021-04-13 19:08:46 +05:30
Shivam Mathur e6a3eb1258 Fix composer setup on self-hosted 2021-03-17 22:04:42 +05:30
Shivam Mathur 890ea4bca9 Fix enable extension 2021-03-07 04:18:26 +05:30
Shivam Mathur fa18c2b29f Remove bintray from manifest and win32.ps1
Fix JIT ini values in win32.ps1
2021-02-23 14:34:03 +05:30
Shivam Mathur 399ab79d14 Improve support for couchbase, pdo_firdbird, pdo_oci and phalcon3
Downgrade husky to 4.x
2021-02-23 13:07:17 +05:30
Shivam Mathur 121cb19a65 Fix composer tools setup 2021-02-20 17:54:40 +05:30
Shivam Mathur 739ccacdc4 Refactor tools
Improve support for tool aliases
2021-02-20 16:11:20 +05:30
Andreas Braun fd62612e9e Allow building specific commits 2021-02-19 13:49:42 +05:30
Andreas Braun 26791e8412 Address code review feedback 2021-02-19 13:49:41 +05:30
Shivam Mathur abefdb50ee Fix composer config syntax 2021-02-04 11:00:27 +05:30
Shivam Mathur d2f58713aa Use GITHUB_ENV to append to PATH 2021-01-07 21:53:45 +05:30
Shivam Mathur 77721f6637 Make sure tool path is always in PATH 2020-12-26 01:25:36 +05:30
Shivam Mathur b7d1d9c9a9 Adjust $nightly_versions on linux 2020-12-18 22:45:12 +05:30
Shivam Mathur d74064b67a Fix setting xdebug.mode 2020-12-17 21:08:00 +05:30
Shivam Mathur ff5499165a Set JIT related ini values on PHP 8 2020-12-17 14:02:00 +05:30
Shivam Mathur b3cd6b4dab Improve pecl support 2020-12-17 12:54:01 +05:30
Shivam Mathur f0fb8731a5 Update ini files for all available SAPI 2020-12-02 05:50:56 +05:30
Shivam Mathur 8dbd6b7684 Improve PECL support 2020-11-28 02:13:43 +05:30
Shivam Mathur 62c7ba2bee Improve darwin.sh 2020-11-28 02:13:36 +05:30
Shivam Mathur 41797e3af9 Prioritize bintray over GitHub releases for scripts 2020-11-25 11:12:07 +05:30
Shivam Mathur 19b09596c6 Fix fetching extension version from PECL on macOS 2020-11-25 05:32:15 +05:30
Shivam Mathur 7de94e6400 Fetch release with tool when latest one does not 2020-11-20 08:39:29 +05:30