php-src/scripts
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
..
dev Upgrade deprecated directives and use non-posix bison 2019-03-19 20:29:20 +01:00
man1 Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
Makefile.frag Move Makefile.global and Makefile.gcov to build directory 2019-03-04 12:30:42 +01:00
php-config.in Drop support for autoconf < 2.60 in trunk and the 2011-05-15 06:09:21 +00:00
phpize.in Move Makefile.global and Makefile.gcov to build directory 2019-03-04 12:30:42 +01:00
phpize.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00