Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Fix #1076 #1079

Merged
merged 1 commit into from
Nov 15, 2018
Merged

Fix #1076 #1079

merged 1 commit into from
Nov 15, 2018

Conversation

bytestream
Copy link

@bytestream bytestream commented Nov 8, 2018

closes #1076

@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

@yguedidi
Copy link
Contributor

@bytestream thanks for this contribution! It looks like the branch is not up to date and that ou have to sign the CLA. Do you plan to do so? @jestinas also opened a fix for the bug, but you opened it first so either you update your PR and I accept yours, or let @jestinas update his PR. :)

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@bytestream
Copy link
Author

@yguedidi signed and updated.

If you could tag a 5.6 release that would be great.

@yguedidi
Copy link
Contributor

Thanks @bytestream! Can you please also update the changelog and add a test for this case so it doesn't break later? thanks again

@yguedidi yguedidi mentioned this pull request Nov 13, 2018
Copy link
Contributor

@yguedidi yguedidi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

final changes! please also squash your PR in one commit, then I'll merge it, thanks!

CHANGELOG.md Outdated Show resolved Hide resolved
tests/Http/GraphRawResponseTest.php Outdated Show resolved Hide resolved
@yguedidi yguedidi added this to the 5.7.0 milestone Nov 14, 2018
@bytestream
Copy link
Author

Squashed 👍

@yguedidi yguedidi merged commit 2392804 into facebookarchive:5.x Nov 15, 2018
@yguedidi
Copy link
Contributor

Thanks @bytestream! will be release soon, once the 5.7.0 milestone is completed!

@julienbourdeau
Copy link

julienbourdeau commented Dec 10, 2018

Any ETA for the 5.7 release? 🙏 The milestone seems complete.

@julienbourdeau
Copy link

julienbourdeau commented Dec 12, 2018

Until this is released, I had to use my fork to use the current branch, I'll get rid of this when 5.7 is out.

If you're interested:

  1. fork repository
  2. update composer.json
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/julienbourdeau/php-graph-sdk"
        }
    ],
    "require": {
        "php": "^7.1.3",
        "facebook/graph-sdk": "5.x-dev"
    },
  1. delete vendor folder (just in case) rm -rf vendor/facebook
  2. Update with composer update

@yguedidi
Copy link
Contributor

@julienbourdeau 5.7.0 finally released! Sorry for the delay!

@julienbourdeau
Copy link

@yguedidi Great! Thanks, I didn't expect it before christmas. 💯

@bytestream bytestream deleted the 5.6 branch December 13, 2021 17:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undefined offset: 1 (enabled HTTP/2 support in the Curl library used by PHP)
4 participants