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

Commits on Aug 4, 2021

  1. Undefined array key "swoole" (#351)

    PHP Warning:  Undefined array key "swoole" in /var/www/vendor/laravel/octane/bin/createSwooleServer.php on line 10
    thecaliskan authored Aug 4, 2021
    Copy the full SHA
    0a3968e View commit details

Commits on Aug 5, 2021

  1. [1.x] Avoids usage of SWOOLE_SSL when openssl is not configured o…

    …n swoole (#357)
    
    * Only uses SWOOLE_SSL if exists
    
    * Adds guard
    
    Co-Authored-By: 沈唁 <lufei@php.net>
    
    Co-authored-by: 沈唁 <lufei@php.net>
    nunomaduro and sy-records authored Aug 5, 2021
    Copy the full SHA
    64a1c3c View commit details
  2. [1.x] Resolve components when needed (#355)

    * resolve components when needed
    
    * resolve components when needed
    
    * fix tests
    
    * indent doc
    
    Co-authored-by: foremtehan <foremtehan@gmailcom>
    foremtehan and foremtehan authored Aug 5, 2021
    Copy the full SHA
    7fa6da0 View commit details
  3. Update CHANGELOG.md

    driesvints committed Aug 5, 2021
    Copy the full SHA
    5e9c052 View commit details
Loading