-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: cscott/node-php-embed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cscott/node-php-embed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: node-1.8.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 18 files changed
- 1 contributor
Commits on Oct 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3170fd2 - Browse repository at this point
Copy the full SHA 3170fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bda9516 - Browse repository at this point
Copy the full SHA bda9516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fabf27 - Browse repository at this point
Copy the full SHA 8fabf27View commit details -
Fix memory errors in read_property.
Use the __get magic method, instead of attempting to implement the read_property handler, since the expected refcount properties of the value returned from the read_property handler seem to be exceedingly baroque.
Configuration menu - View commit details
-
Copy full SHA for 304000e - Browse repository at this point
Copy the full SHA 304000eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a708655 - Browse repository at this point
Copy the full SHA a708655View commit details -
Listen for SIGABRT in addition to SIGSEGV.
Our OSX builds seem to crash with SIGABRT.
Configuration menu - View commit details
-
Copy full SHA for 77b711e - Browse repository at this point
Copy the full SHA 77b711eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e420aad - Browse repository at this point
Copy the full SHA e420aadView commit details -
Limit supported configurations to node >= 1.8.4.
We use C++11 features, which older versions of node do not support.
Configuration menu - View commit details
-
Copy full SHA for d4ca314 - Browse repository at this point
Copy the full SHA d4ca314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4006cd7 - Browse repository at this point
Copy the full SHA 4006cd7View commit details -
Turns out that using Map instead of NativeWeakMap isn't a solution for node 1.8.4, since it doesn't export Map either. Sigh. We can hack up our own NativeWeakMap using hidden properties, as shown by this WIP patch, but I don't think it's worth it. Let's just not support node <= 1.8.4.
Configuration menu - View commit details
-
Copy full SHA for 675dcd4 - Browse repository at this point
Copy the full SHA 675dcd4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...node-1.8.4