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: phpv8/v8js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: php8
Choose a base ref
...
head repository: phpv8/v8js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 11, 2016

  1. Backport test of issue #246 to PHP 5

    The reference handling issue applied only to PHP 7, nevertheless
    run the test against PHP 5 version as well.
    stesie committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    15cdc3e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Use linker to detect libv8_libplatform & libv8_libbase

    Conflicts:
    	config.m4
    
    Backport from php7 branch.
    stesie committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    ea8ac66 View commit details
    Browse the repository at this point in the history
  2. Don't try to guess if blob.bin files are needed

    Search for them, if they exist, provide them to V8.  Otherwise
    try to go without them.
    
    Conflicts:
    	config.m4
    
    Backport from php7 branch.
    stesie committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    5c07ed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd06941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bf7613 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad9c5a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Update README.MacOS.md

    `php56-v8js` now a part of `homebrew-php`
    mattdennewitz authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    c3f7ad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Merge pull request #290 from mattdennewitz/patch-1

    Update README.MacOS.md
    stesie authored Mar 3, 2017
    Configuration menu
    Copy the full SHA
    669781e View commit details
    Browse the repository at this point in the history
Loading