Skip to content

Conversation

jbafford
Copy link

  • Add TSRMLS_[CD]N macros
  • Use %pure-parser instead of %pure_parser
  • Use %error-verbose instead of YYERROR_VERBOSE
  • Use %parse-param and %lex-param instead of YY(PARSE|LEX)_PARAM
  • Always pass a TSRMLS parameter to parser functions; pass NULL when !ZTS

jbafford added 2 commits May 26, 2014 00:01
* Add TSRMLS_[CD]N macros
* Use %pure-parser instead of %pure_parser
* Use %error-verbose instead of YYERROR_VERBOSE
* Use %parse-param and %lex-param instead of YY(PARSE|LEX)_PARAM
* Always pass a TSRMLS parameter to parser functions; pass NULL when !ZTS
@jakoch
Copy link

jakoch commented Jul 25, 2014

+1

@Fleshgrinder
Copy link
Contributor

👍

@nikic
Copy link
Member

nikic commented Sep 22, 2016

Closing here as this got eventually resolved in 7.0 by the removal of TSRMLS_* macros.

@nikic nikic closed this Sep 22, 2016
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.

5 participants