Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.6] Towards 100% HHVM compat #15159

Merged
merged 1 commit into from Jul 1, 2015
Merged

Conversation

nicolas-grekas
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #9917, #11418
License MIT
Doc PR -

Failing components:

  • HttpFoundation
  • HttpKernel
  • VarDumper

Related HHVM issues:

@nicolas-grekas nicolas-grekas changed the title [2.6] Towards 100% HHVM compat [WIP][2.6] Towards 100% HHVM compat Jun 30, 2015
@nicolas-grekas nicolas-grekas force-pushed the hhvm-fixes branch 7 times, most recently from d851b46 to d5afac0 Compare July 1, 2015 07:44
@nicolas-grekas nicolas-grekas changed the title [WIP][2.6] Towards 100% HHVM compat [2.6] Towards 100% HHVM compat Jul 1, 2015
@nicolas-grekas nicolas-grekas force-pushed the hhvm-fixes branch 4 times, most recently from 394af96 to 01e2762 Compare July 1, 2015 09:14
@nicolas-grekas
Copy link
Member Author

capture du 2015-07-01 11 36 55

} else {
// PHP 5.4 and up wrap exceptions thrown by JsonSerializable
// objects in a new exception that needs to be removed.
// Hopefully, PHP 5.5 and up do not trigger any warning anymore.
Copy link
Member

Choose a reason for hiding this comment

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

are you sure that hopefully is the right word here ? It looks weird

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, these warning where wrong and duplicated the feature provided by json_last_error_msg()

Copy link
Member

Choose a reason for hiding this comment

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

but Hopefully looks weird. We don't hope that PHP 5.5 fixed it. We know it fixed it. Fortunately looks better IMO

Copy link
Member Author

Choose a reason for hiding this comment

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

indeed, fixed

@fabpot
Copy link
Member

fabpot commented Jul 1, 2015

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 8a78255 into symfony:2.6 Jul 1, 2015
fabpot added a commit that referenced this pull request Jul 1, 2015
This PR was merged into the 2.6 branch.

Discussion
----------

[2.6] Towards 100% HHVM compat

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #9917, #11418
| License       | MIT
| Doc PR        | -

Failing components:
- [x] HttpFoundation
- [x] HttpKernel
- [x] VarDumper

Related HHVM issues:
- facebook/hhvm#5563

Commits
-------

8a78255 [2.6] Towards 100% HHVM compat
@nicolas-grekas nicolas-grekas deleted the hhvm-fixes branch July 1, 2015 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants