summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_parser.y
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-19 20:29:36 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-19 20:29:36 +0100
commit1f150b5b962d4b80b6679fa33bf40c58ac152f74 (patch)
tree7c5e5e21e98849a4b745f35f0a05a38df406380a /sapi/phpdbg/phpdbg_parser.y
parent61d9e53ed9c5bfcb9d5537ee26ae56797e4f0bde (diff)
parent864366ef203b5faebf2cb183395d5165cf051a4f (diff)
downloadphp-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.y2
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"