php-src/win32
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
..
build Clean up the generation of the parsers 2020-02-01 14:21:53 +01:00
codepage.c Use RETURN_THROWS() during ZPP in main, sapi, win32, and Zend 2019-12-30 17:38:10 +01:00
codepage.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
console.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
console.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
cp_enc_map_gen.c Remove local variables 2019-02-03 21:03:00 +01:00
cp_enc_map.c Trailing whitespaces 2018-01-03 14:38:00 +01:00
dllmain.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
fnmatch.c Remove local variables 2019-02-03 21:03:00 +01:00
fnmatch.h Remove local variables 2019-02-03 21:03:00 +01:00
ftok.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
getrusage.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
getrusage.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
glob.c Remove local variables 2019-02-03 21:03:00 +01:00
glob.h Remove local variables 2019-02-03 21:03:00 +01:00
globals.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
grp.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
inet.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
inet.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
ioutil.c Merge branch 'PHP-7.4' 2019-12-20 16:29:39 +01:00
ioutil.h Merge branch 'PHP-7.4' 2019-12-02 11:30:23 +01:00
ipc.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
nice.c Fix #78880: Yet another batch of spelling errors 2020-01-16 12:04:00 +01:00
nice.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
param.h Remove local variables 2019-02-03 21:03:00 +01:00
php_inttypes.h Remove local variables 2019-02-03 21:03:00 +01:00
php_registry.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_stdint.h Remove local variables 2019-02-03 21:03:00 +01:00
php_win32_globals.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
readdir.c Use readdir() instead of readdir_r() 2019-04-11 16:52:36 +02:00
readdir.h Use readdir() instead of readdir_r() 2019-04-11 16:52:36 +02:00
registry.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
select.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
select.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
sendmail.c Fix #78880: Final spelling fixes 2020-01-16 19:14:31 +01:00
sendmail.h Remove local variables 2019-02-03 21:03:00 +01:00
signal.c Use RETURN_THROWS() during ZPP in main, sapi, win32, and Zend 2019-12-30 17:38:10 +01:00
signal.h Fix TS build, ref #77377 2019-02-08 18:42:48 -08:00
sockets.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
sockets.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
syslog.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
time.c Remove local variables 2019-02-03 21:03:00 +01:00
time.h Remove local variables 2019-02-03 21:03:00 +01:00
unistd.h Remove local variables 2019-02-03 21:03:00 +01:00
winutil.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
winutil.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
wsyslog.c Merge branch 'PHP-7.3' into PHP-7.4 2019-07-11 13:11:08 +02:00