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

Add support for new PHP8 T_NAME_xxx token #830

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

DerManoMann
Copy link
Collaborator

@DerManoMann DerManoMann commented Aug 18, 2020

PHP8 related changes to namespace parsing.

https://wiki.php.net/rfc/namespaced_names_as_token

PHP8 related changes to namespace parsing.
@DerManoMann
Copy link
Collaborator Author

Bare minimum to make tests pass on PHP8 beta1

@DerManoMann DerManoMann merged commit 7f4b9e0 into zircote:master Aug 24, 2020
@DerManoMann DerManoMann deleted the php8-token branch August 24, 2020 04:51
Tobion added a commit to Tobion/swagger-php that referenced this pull request Nov 26, 2020
it would be very hard to test with php 5.6 until php 8 due to phpunit bc breaks and incompatibilities. so just droppping unsupported php versions is the best choice which was also done in master 3.x (master).
This backports zircote#830, zircote#837,
zircote@29e913a, parts of zircote@3f1cee9 to fix php 8 errors and tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant