php-src/sapi
Peter Kokot 864366ef20 Upgrade deprecated directives and use non-posix bison
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.
2019-03-19 20:29:20 +01:00
..
apache2handler Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc. 2019-03-14 03:01:01 +03:00
cgi Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
cli Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
embed Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc. 2019-03-14 03:01:01 +03:00
fpm Clean build system 2019-03-14 20:20:12 +01:00
litespeed Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc. 2019-03-14 03:01:01 +03:00
phpdbg Upgrade deprecated directives and use non-posix bison 2019-03-19 20:29:20 +01:00