]> granicus.if.org Git - php/commit
Fix #70831: Compile fails on system with 160 CPUs
authorDaniel Axtens <dja@axtens.net>
Sun, 1 Nov 2015 23:17:10 +0000 (10:17 +1100)
committerAnatol Belski <ab@php.net>
Sun, 6 Dec 2015 11:37:08 +0000 (12:37 +0100)
commit2ea924fffcb1ed63af6d68560a4930881f4e8ab1
tree6d0b1c95c98549752129966a29995a413ec3fd0a
parentaa8cac578e22e65ceda63d3518d696ccfc920494
Fix #70831: Compile fails on system with 160 CPUs

This fixes the following build issue on 160-CPU POWER8 machines

ext/tokenizer/tokenizer_data.c:28:34: fatal error: zend_language_parser.h: No such file or directory
 #include <zend_language_parser.h>

It is fixed by introducing an explicit dependency on the header file.

Signed-off-by: Daniel Axtens <dja@axtens.net>
ext/tokenizer/Makefile.frag