php-src/sapi
Akim Demaille 4cbffd89d9
Clean up the generation of the parsers
Prefer '%define api.value.type' to '#define YYSTYPE', so that Bison
know the type.

Use '%code requires' to declare what is needed to define the api.value.type
(that code is output in the generated header before the generated
definition of YYSTYPE).

Prefer '%define api.prefix' inside the grammar file to '-p' outside,
as anyway the functions defined in the file actually use this prefix.

Prefer `%param` to both `%parse-param` and `%lex-param`.

Closes GH-5138
2020-02-01 14:21:53 +01:00
..
apache2handler Use RETURN_THROWS() during ZPP in main, sapi, win32, and Zend 2019-12-30 17:38:10 +01:00
cgi Merge branch 'PHP-7.4' 2020-01-27 13:32:51 +01:00
cli Merge branch 'PHP-7.4' 2020-01-27 13:32:51 +01:00
embed Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
fpm Merge branch 'PHP-7.4' 2020-01-27 13:32:51 +01:00
fuzzer Fix #78880: Spelling error report 2019-12-21 11:58:00 +01:00
litespeed Fix #78880: Yet another batch of spelling errors 2020-01-16 12:04:00 +01:00
phpdbg Clean up the generation of the parsers 2020-02-01 14:21:53 +01:00