Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crazywhalecc/static-php-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.0
Choose a base ref
...
head repository: crazywhalecc/static-php-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.1
Choose a head ref
  • 19 commits
  • 20 files changed
  • 4 contributors

Commits on Mar 20, 2025

  1. Fix windows curl build >= 8.3 (#660)

    * Test windows curl
    
    * Test windows curl
    
    * Fix windows curl build for PHP 8.3 and 8.4
    crazywhalecc authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    0bc143c View commit details
    Browse the repository at this point in the history
  2. mimalloc WIP

    mhpcc committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    6447fec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92470a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ce2c89 View commit details
    Browse the repository at this point in the history
  5. mimalloc on mac (untested)

    mhpcc committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    3477857 View commit details
    Browse the repository at this point in the history
  6. docs

    mhpcc committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    1b29803 View commit details
    Browse the repository at this point in the history
  7. test macos

    mhpcc committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    6fb9c2d View commit details
    Browse the repository at this point in the history
  8. Sync Chinese docs

    crazywhalecc committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    6b5e83b View commit details
    Browse the repository at this point in the history
  9. Add full tests

    crazywhalecc committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    1ad3355 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. fix typo in gettext

    mhpcc committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    1f7c805 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #670 from crazywhalecc/fix/gettext-typo

    fix typo in gettext
    henderkes authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    f0a8956 View commit details
    Browse the repository at this point in the history
  3. fix typo in gettext

    mhpcc committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    1552d99 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Configuration menu
    Copy the full SHA
    918223e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #671 from crazywhalecc/fix/phpize

    fix phpize using wrong paths
    henderkes authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    e850df5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    744e066 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #663 from crazywhalecc/feat/mimalloc

    Add mimalloc support for macOS and Linux
    henderkes authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    d0a66ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b6fae6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    161a392 View commit details
    Browse the repository at this point in the history
  7. enable PDO_ODBC and ODBC extension statically (#661)

    * enable PDO_ODBC and ODBC extension statically
    
    * fix sorting of ext.json
    
    * add odbc and pdo_odbc extension to tests
    
    * Add full tests, remove pdo_odbc from bulk
    
    * Remove windows support for docs
    
    * Add ODBC and PDO_ODBC extension
    
    * Revert curl static lib
    
    * Add full tests
    
    * Add iconv for macOS
    
    * Add tests
    
    * Fix linux pdo_odbc patch
    
    * Sort config
    
    ---------
    
    Co-authored-by: crazywhalecc <jesse2061@outlook.com>
    yoramdelangen and crazywhalecc authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    3ba215c View commit details
    Browse the repository at this point in the history
Loading