diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2019-03-19 20:29:36 +0100 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2019-03-19 20:29:36 +0100 |
| commit | 1f150b5b962d4b80b6679fa33bf40c58ac152f74 (patch) | |
| tree | 7c5e5e21e98849a4b745f35f0a05a38df406380a /sapi/phpdbg/phpdbg_parser.y | |
| parent | 61d9e53ed9c5bfcb9d5537ee26ae56797e4f0bde (diff) | |
| parent | 864366ef203b5faebf2cb183395d5165cf051a4f (diff) | |
| download | php-git-1f150b5b962d4b80b6679fa33bf40c58ac152f74.tar.gz | |
Merge branch 'PHP-7.4'
* PHP-7.4:
Upgrade deprecated directives and use non-posix bison
Diffstat (limited to 'sapi/phpdbg/phpdbg_parser.y')
| -rw-r--r-- | sapi/phpdbg/phpdbg_parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_parser.y b/sapi/phpdbg/phpdbg_parser.y index 88baa010b2..c4f6682fee 100644 --- a/sapi/phpdbg/phpdbg_parser.y +++ b/sapi/phpdbg/phpdbg_parser.y @@ -29,7 +29,7 @@ ZEND_EXTERN_MODULE_GLOBALS(phpdbg) %} %pure-parser -%error-verbose +%define parse.error verbose %code requires { #include "phpdbg.h" |
