Conversation
02d46df to
c5767f0
Compare
107104a to
c88355d
Compare
c88355d to
8be5011
Compare
8be5011 to
b6fa61a
Compare
b6fa61a to
b06c660
Compare
SammyK
approved these changes
Jun 1, 2021
|
|
||
| #if PHP_VERSION_ID < 70100 | ||
|
|
||
| #define ZEND_STR_MESSAGE "message" |
Contributor
There was a problem hiding this comment.
Now that I think about this a bit more, do you think it would make sense to remove exceptions_common.h since each major PHP version will have its own php<n>/exceptions.h header?
Collaborator
Author
There was a problem hiding this comment.
I'm not sure yet. I think we'll see what makes most sense once we actually implement the php 5 and 7 seams. I think it should be changed (or not) at the point of implementing these.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Using the properties seam within an exceptions seam, and use that in the php 8 source.
Readiness checklist
Reviewer checklist