]> granicus.if.org Git - php/commit
Fix bug #76030 RE2C_FLAGS rarely honoured
authorCristian Rodríguez <crrodriguez@opensuse.org>
Sun, 5 Aug 2018 14:07:01 +0000 (16:07 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 12 Aug 2018 09:15:18 +0000 (11:15 +0200)
commite0fe667421bfd49d25f0052d873cef7c344ebb74
tree802c9fc09aafe8c6a7878101f437d0273769f5a7
parent3cef5a2476176ce32e22eb49091718489f4f8872
Fix bug #76030 RE2C_FLAGS rarely honoured

Since PHP 5.3 the default lexer generator is RE2C. On Unix-alike build
systems there is also optional configure option --enable-re2c-cgoto
which enables optimized conditional jumps using non-standard computed
goto extension. It is available since RE2C 0.10.3 so it's well covered
by RE2C versions PHP uses. This patch syncs usage of -g option accross
the PHP Unix-alike build system.
ext/json/Makefile.frag
ext/pdo/Makefile.frag
ext/phar/Makefile.frag
ext/standard/Makefile.frag