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

Convert HHVM's T_HASHBANG to T_INLINE_HTML (fixes #625) #669

Merged
merged 1 commit into from
Sep 14, 2015

Conversation

legoktm
Copy link
Contributor

@legoktm legoktm commented Aug 3, 2015

HHVM 3.5-3.6 tokenize "#!/usr/bin/php" as a non-standard T_HASHBANG
instead of PHP5's T_INLINE_HTML, so convert it to the expected
T_INLINE_HTML.

HHVM 3.5-3.6 tokenize "#!/usr/bin/php" as a non-standard T_HASHBANG
instead of PHP5's T_INLINE_HTML, so convert it to the expected
T_INLINE_HTML.
@legoktm
Copy link
Contributor Author

legoktm commented Sep 9, 2015

Bump?

@gsherwood gsherwood merged commit cd309e8 into squizlabs:master Sep 14, 2015
gsherwood added a commit that referenced this pull request Sep 14, 2015
@gsherwood
Copy link
Member

Thanks for the PR. Sorry it took so long - been a crazy few months.

legoktm added a commit to wikimedia/mediawiki-tools-codesniffer that referenced this pull request Dec 9, 2015
…M >=3.5,<3.7"

My upstream patch to address this is included in 2.4.0:
<squizlabs/PHP_CodeSniffer#669>.

This reverts commit 7cf13be.

Change-Id: I7f6806d252e04753e39197d5fad18c52d6000d1f
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.

2 participants