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: laravel/octane
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2
Choose a base ref
...
head repository: laravel/octane
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 4 commits
  • 30 files changed
  • 10 contributors

Commits on Nov 28, 2023

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1014bc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. [2.x] Add support for FrankenPHP (#764)

    * Add support for FrankenPHP
    
    * make linters happy
    
    * Update src/Commands/StatusCommand.php
    
    Co-authored-by: William Desportes <williamdes@wdes.fr>
    
    * use a static closure in the worker script
    
    Co-authored-by: Francis Lavoie <lavofr@gmail.com>
    
    * tabs
    
    Co-authored-by: Francis Lavoie <lavofr@gmail.com>
    
    * tabs
    
    Co-authored-by: Francis Lavoie <lavofr@gmail.com>
    
    * tabs
    
    Co-authored-by: Francis Lavoie <lavofr@gmail.com>
    
    * tabs
    
    Co-authored-by: Francis Lavoie <lavofr@gmail.com>
    
    * use match
    
    * fix vuln and simplify config
    
    * cs
    
    * @francislavoie review
    
    * Update StartFrankenPhpCommand.php
    
    Co-authored-by: Kennedy Tedesco <kennedyt.tw@gmail.com>
    
    * Update frankenphp-worker.php
    
    Co-authored-by: Kennedy Tedesco <kennedyt.tw@gmail.com>
    
    * Update InstallCommand.php
    
    Co-authored-by: Kennedy Tedesco <kennedyt.tw@gmail.com>
    
    * docs: update README and composer.json
    
    * cs
    
    * phpstan
    
    * simplify
    
    * cs
    
    * better Caddyfile
    
    * Update octane.php
    
    Co-authored-by: Shalvah <shalvah@users.noreply.github.com>
    
    * fix error handling
    
    * disable debug mode as it's slow
    
    * Fix swoole and octane write server running
    
    * fix: ignore user abort
    
    * feat: download the stable version
    
    * follow symlinks
    
    * improve perf
    
    * fix non-tty mode
    
    * formatting
    
    * formatting
    
    * formatting
    
    * formatting
    
    * formatting
    
    * formatting
    
    * performance
    
    * fix log level support
    
    * more robust log level handling in Mercure block
    
    * fix logs
    
    * better logging handling
    
    * cs
    
    * cs
    
    * missing changes in Caddyfile
    
    * Updates changelog
    
    * Prettify output
    
    * cs
    
    * Displays regular error messages
    
    * Ensures binary is up-to-date
    
    * Ensures binary is up-to-date
    
    * Removes mercure
    
    * Removes unused warning
    
    * Publishes only a simple require
    
    * Style
    
    * Cleans up code
    
    * Uses `--caddyfile`
    
    * Fixes catch
    
    * formatting
    
    * Fixes log output
    
    * Fix bug
    
    * Removes non-needed comments
    
    * Prefixes caddy environment variables
    
    * Reports worker exceptions
    
    * Displays anything different from 200
    
    * Shutdowns on server exception boot
    
    * Fixes 500 responses from worker
    
    * Don't publish caddyfile
    
    * Fixes double realpath call
    
    * Fixes method name
    
    * Dont ignore caddy
    
    * Fix logs in non local
    
    * warn
    
    * dont report to master
    
    * Fixes method "put" not getting caught
    
    * Uses mercure `demo` when requested
    
    * Don't display mercure stuff
    
    * Adds link to readme:
    
    * Update README.md
    
    * Update InstallsFrankenPhpDependencies.php
    
    * Update InstallCommand.php
    
    * Update StartCommand.php
    
    * Update StartFrankenPhpCommand.php
    
    ---------
    
    Co-authored-by: William Desportes <williamdes@wdes.fr>
    Co-authored-by: Francis Lavoie <lavofr@gmail.com>
    Co-authored-by: Kennedy Tedesco <kennedyt.tw@gmail.com>
    Co-authored-by: Shalvah <shalvah@users.noreply.github.com>
    Co-authored-by: Nuno Maduro <enunomaduro@gmail.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    7 people committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a468648 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    StyleCIBot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9a6ccdb View commit details
    Browse the repository at this point in the history
  3. Fix code styling

    taylorotwell authored and github-actions[bot] committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    00a405c View commit details
    Browse the repository at this point in the history
Loading