Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information