Commit Graph

  • 58f08c5f7c
    Add box and php-scoper in tools support in README Shivam Mathur 2023-12-14 16:36:47 +0530
  • 9e24ffafe7
    Merge pull request #800 from davereid/patch-2 Shivam Mathur 2023-12-08 08:02:43 +0530
  • 5eca5d1c47
    Update README.md Dave Reid 2023-12-07 16:02:03 -0600
  • c085ca391e
    Merge pull request #794 from davereid/patch-1 Shivam Mathur 2023-12-08 00:14:49 +0530
  • 93745da978 Updated files after npm run build. Dave Reid 2023-12-07 12:23:09 -0600
  • c088c0cfeb
    Document php-version can come from platform overrides in composer.lock and composer.json Dave Reid 2023-12-07 10:53:24 -0600
  • 86b90110cb
    Update php.yml Dave Reid 2023-12-07 10:46:39 -0600
  • 1a102bc9f2
    Update utils.ts Dave Reid 2023-12-07 09:44:35 -0600
  • 131ba03b0d
    Fix phalcon support Shivam Mathur 2023-12-07 08:15:34 +0530
  • e8cd65f444
    Switch to PHPCSStandards/PHP_CodeSniffer for phpcs and phpcbf Shivam Mathur 2023-12-04 08:00:30 +0530
  • 2810265746
    Update php.yml Dave Reid 2023-11-30 09:53:39 -0600
  • dab726e922
    Provide a "lowest" php-version parameter Dave Reid 2023-11-29 20:26:11 -0600
  • e6f75134d3
    Update phpts section in README 2.28.0 Shivam Mathur 2023-11-27 18:07:02 +0530
  • 1874353919
    Fix linking grpc on macos but installed along protoc Shivam Mathur 2023-11-27 17:08:32 +0530
  • eea39ea741
    Disable xdebug and pcov when blackfire extension is installed Shivam Mathur 2023-11-27 16:39:18 +0530
  • bac56c8d91
    Add patch for geos Shivam Mathur 2023-11-27 15:47:27 +0530
  • 124d256c78
    Add back support for nightly builds on self-hosted Shivam Mathur 2023-11-27 14:52:14 +0530
  • eeddcfe955
    Bump version to 2.28.0 Shivam Mathur 2023-11-27 13:57:32 +0530
  • de2903ad82
    Fix installing zts builds Shivam Mathur 2023-11-26 03:55:45 +0530
  • bbe1204148
    Use cached builds for zts Shivam Mathur 2023-11-26 03:34:57 +0530
  • 99a92d54d5
    Test cache for PHP 8.3 and PHP 8.4 Shivam Mathur 2023-11-24 01:06:24 +0530
  • 7c6c249257
    Mark PHP 8.3 as stable Shivam Mathur 2023-11-23 17:12:56 +0530
  • e6d44f159a
    Add PHP 8.4 to wiki extension pages Shivam Mathur 2023-11-23 12:12:26 +0530
  • dc513528da
    Update os in docs workflow Shivam Mathur 2023-11-23 11:57:50 +0530
  • bfbd3882c0
    Merge pull request #787 from jrfnl/feature/ghactions-update-for-php-8.3 Shivam Mathur 2023-11-22 20:37:08 -0800
  • 3c525df325
    GH Actions/docs workflow: generate extensions page for PHP 8.3 jrfnl 2023-11-23 03:19:09 +0100
  • a36e1e52ff
    Bump version to 2.27.1 2.27.1 Shivam Mathur 2023-11-07 13:55:37 +0530
  • 04ff9b08a2
    Add HOMEBREW_NO_INSTALL_FROM_API=1 to darwin.sh Shivam Mathur 2023-11-07 13:43:28 +0530
  • 65fad67e88
    Fix updating homebrew dependencies after sharding in core tap Shivam Mathur 2023-11-07 13:11:56 +0530
  • 6668249e24
    Merge pull request #778 from shivammathur/dependabot/github_actions/develop/actions/setup-node-4 Shivam Mathur 2023-11-06 04:04:01 -0800
  • 81c255f988
    Bump actions/setup-node from 3 to 4 dependabot[bot] 2023-11-06 11:00:34 +0000
  • 81cd5ae092
    Bump version to 2.27.0 2.27.0 Shivam Mathur 2023-11-01 19:56:15 +0530
  • 29a9813921
    Add required extensions for box Shivam Mathur 2023-11-01 10:23:55 +0530
  • f60e7de98e
    Add PHP 8.4 to the php workflow Shivam Mathur 2023-11-01 09:35:10 +0530
  • b5efb21934
    Add tests for box and php-scoper Shivam Mathur 2023-11-01 09:29:02 +0530
  • 26e6a92f3b
    Merge pull request #776 from theofidry/patch-1 Shivam Mathur 2023-10-31 20:20:16 -0700
  • 28b68529b5
    feat: Add Box and PHP-Scoper as tools Théo FIDRY 2023-11-01 01:05:43 +0100
  • 04319d28ef
    feat: Add Box and PHP-Scoper as tools Théo FIDRY 2023-11-01 01:05:43 +0100
  • ab4485e5eb
    Bump actions/setup-node from 3 to 4 dependabot[bot] 2023-10-30 10:48:25 +0000
  • bfe8d85dd9
    testing [skip ci] Shivam Mathur 2023-10-30 10:27:23 +0530
  • 4e4861ec30
    Fix support for couchbase on PHP 7.4 Shivam Mathur 2023-10-30 08:11:09 +0530
  • 70169700c3
    Try to improve couchbase compilation Shivam Mathur 2023-10-30 06:58:16 +0530
  • f4e27c9ead
    Bump Node.js dependencies Shivam Mathur 2023-10-30 01:47:34 +0530
  • 9855c76987
    Set keepAlive to false. After Node 19 it is true by default. Shivam Mathur 2023-10-30 01:38:35 +0530
  • 546935924a
    Merge pull request #771 from shivammathur/dependabot/npm_and_yarn/babel/traverse-7.23.2 Shivam Mathur 2023-10-19 16:04:25 +0530
  • 491e9de600
    Bump @babel/traverse from 7.22.5 to 7.23.2 dependabot[bot] 2023-10-19 09:40:39 +0000
  • e3bda5bed8
    Add support for macOS Sonoma (14) and drop support for Big Sur (11) Shivam Mathur 2023-10-01 19:03:17 +0530
  • e70f6d9e7c
    Fallback to pecl in add_brew_extension on macOS Shivam Mathur 2023-10-01 18:49:44 +0530
  • 92e992b198
    Update versioning section in the README Shivam Mathur 2023-09-23 04:32:24 +0530
  • 99680be1df
    Rename branch in README Shivam Mathur 2023-09-23 03:29:31 +0530
  • e83e329355
    Fix find call in darwin.sh in copy_brew_extensions on failure Shivam Mathur 2023-09-22 14:07:12 +0530
  • 10c12b9377
    Fix checking for existing php formula on macOS Shivam Mathur 2023-09-22 14:00:55 +0530
  • 91026460e4
    Create tool_path_dir if it does not exist Shivam Mathur 2023-09-22 08:15:57 +0530
  • 7fdd3ece87
    Fix blackfire-player on Linux and macOS 2.26.0 Shivam Mathur 2023-09-11 12:54:15 +0530
  • 0de5aa9140
    Bump version to 2.26.0 Shivam Mathur 2023-09-09 17:11:45 +0530
  • a6e0b1404f
    Bump Node.js dependencies Shivam Mathur 2023-09-09 17:03:53 +0530
  • 5d259c66b1
    Bump node version to 20 in action.yml Shivam Mathur 2023-09-09 17:01:24 +0530
  • 6207829361
    Update use of actions/checkout to v4 Shivam Mathur 2023-09-09 16:23:40 +0530
  • 319feb83c2
    Add support to install sqlsrv and pdo_sqlsrv from GitHub releases Shivam Mathur 2023-09-09 12:52:06 +0530
  • 661ad4bf75
    Fix enabling latest pecl extensions Shivam Mathur 2023-09-09 08:53:07 +0530
  • 04c15e2314
    Remove hardcoded latest version for sqlsrv and pdo_sqlsrv Shivam Mathur 2023-09-09 08:05:42 +0530
  • 5aa416d77b
    Merge pull request #766 from GrahamCampbell/patch-1 Shivam Mathur 2023-09-09 07:18:11 +0530
  • a9a661ccd4
    Use sqlsvr 5.11.1 on PHP 8 Graham Campbell 2023-09-09 00:45:36 +0100
  • 321f8d7d9a
    Add PHP 8.4 in the README Shivam Mathur 2023-08-30 15:14:35 +0530
  • 7af6c0fe6f
    Update Node.js dependencies Shivam Mathur 2023-08-25 04:25:04 +0530
  • 36e04fc85c
    Merge pull request #754 from jasongill/develop Shivam Mathur 2023-07-30 08:50:55 +0530
  • 95916a72b1 Only use config.platform.php, as it's guaranteed to be the required version of PHP Jason Gill 2023-07-29 19:48:28 -0400
  • a5fb328c6a Add support for reading PHP version from composer.lock or composer.json Jason Gill 2023-07-29 19:46:06 -0400
  • 72ae4ccbe5
    Update Node.js dependenices 2.25.5 Shivam Mathur 2023-07-29 22:03:23 +0530
  • 5b2015e8fe
    Link opcache to ext_dir on macOS Shivam Mathur 2023-07-29 21:45:53 +0530
  • 6cc0903ccf Add details on using other Github Actions to parse composer.json Jason Gill 2023-07-13 10:42:05 -0400
  • 9c77701ae5
    Remove workaround of Debian 12 in ppa.sh Shivam Mathur 2023-07-03 07:38:22 +0530
  • 394503cb8a
    Override semver version to 7.5.3 GHSA-c2qf-rxjj-qqgw/CVE-2022-25883 Shivam Mathur 2023-07-02 02:34:06 +0530
  • f1cc14e3d5
    Fix grep call in ppa.sh Shivam Mathur 2023-07-02 02:16:13 +0530
  • a4fb3cc87c
    feat: add support for the embed SAPI Kévin Dunglas 2023-06-28 16:21:07 +0200
  • 9d529a72e0
    Only check castor version if castor.php is present Shivam Mathur 2023-06-24 02:25:43 +0530
  • c63f07d82e
    Fix version prefix for castor Shivam Mathur 2023-06-23 23:28:05 +0530
  • e40aa32c04
    Update Node.js dependencies Shivam Mathur 2023-06-23 23:23:33 +0530
  • a683e80307
    Merge pull request #746 from pyrech/support-castor Shivam Mathur 2023-06-23 22:59:01 +0530
  • 7ce22e0264
    Add support for jolicode/castor Loïck Piera 2023-06-23 16:13:17 +0200
  • 4bd44f22a9
    Bump version to 2.25.4 2.25.4 Shivam Mathur 2023-06-13 03:25:48 +0530
  • d2f333de6f
    Fix regression in major/minor.major version support for phpunit Shivam Mathur 2023-06-13 03:16:19 +0530
  • 948bd8df3c
    Fix fs import in utlts.test.ts Shivam Mathur 2023-06-12 17:14:07 +0530
  • 8cac79fdb1
    Bump version to 2.25.3 2.25.3 Shivam Mathur 2023-06-12 15:28:42 +0530
  • 6cc8b47c6f
    Add support to fetch tool versions from packagist Shivam Mathur 2023-06-12 10:55:01 +0530
  • 0be6fa1958
    Remove quotes after : in CSVArray Shivam Mathur 2023-06-12 05:40:08 +0530
  • 22d9c80367
    Cannot get release to run, so forced in changes amnuts 2023-05-24 13:49:09 +0100
  • 4630172078
    Added what should be compensation for phpunit versions amnuts 2023-05-24 13:47:41 +0100
  • 1b02c009e7
    Add npm run build to CONTRIBUTING.md Shivam Mathur 2023-06-12 04:45:59 +0530
  • 12282c9597
    Add support for ts intl builds Shivam Mathur 2023-06-07 09:26:20 +0530
  • 592bbc7716
    Shorten grep call in add_extensions.sh Shivam Mathur 2023-06-07 09:24:56 +0530
  • fb5054b163
    Use correct prefix for zend_extensions when installed using PECL Shivam Mathur 2023-06-06 19:27:14 +0530
  • 3f2a402846
    Mark runner as self-hosted on nektos/act Shivam Mathur 2023-06-05 16:28:04 +0530
  • c5fc0d8281
    Fix disabling extensions with common substring 2.25.2 Shivam Mathur 2023-05-24 23:01:34 +0530
  • 48037d201f
    Add priority config for couchbase and psr Shivam Mathur 2023-05-24 19:51:17 +0530
  • 71b43c4f65
    Bump version to 2.25.2 Shivam Mathur 2023-05-24 16:02:56 +0530
  • 3818224063
    Fix to avoid double activation Shivam Mathur 2023-05-24 15:56:18 +0530
  • b63f118de4 Cannot get release to run, so forced in changes amnuts 2023-05-24 13:49:09 +0100
  • c7dd7262b9 Added what should be compensation for phpunit versions amnuts 2023-05-24 13:47:41 +0100
  • 5b29e8a454
    Merge pull request #726 from yassinehamouten/fix/typo-in-sage-example Shivam Mathur 2023-05-08 08:25:15 +0530