Skip to content

Conversation

daxtens
Copy link
Contributor

@daxtens daxtens commented Nov 1, 2015

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

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>
@daxtens
Copy link
Contributor Author

daxtens commented Dec 3, 2015

Obviously this is now too late for PHP7.0.0, but would it be possible to get it into the next point release? It's a blocker for compiling reliably on POWER.

@daxtens
Copy link
Contributor Author

daxtens commented Dec 4, 2015

Pinging @weltling as PHP7 RM.

@php-pulls
Copy link

Comment on behalf of ab at php.net:

Merged into 7.0, thanks!

@php-pulls php-pulls closed this Dec 6, 2015
@daxtens
Copy link
Contributor Author

daxtens commented Dec 6, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants