mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02:00
With Bison 3.0 some directives are deprecated:
- %name-prefix "x" should be %define api.prefix {x}
- %error-verbose should be %define parse.error verbose
Bison 3.3 also started emiting more warnings and since PHP souce parsers
are not POSIX compliant this patch fixes this as pointed out via
495a46aa1d.
4.3 KiB
4.3 KiB