On 22.03.2018 at 17:56, The Doctor wrote: > On Thu, Mar 22, 2018 at 01:35:13PM +0100, Christoph M. Becker wrote: > >> Already fixed with >> <http://git.php.net/?p=php-src.git;a=commit;h=4072b2787074ee8e247a6639585b49e10c5a55fe>. > > Applied the patch > But still getting the following: > > /usr/local/include/oniguruma.h:674:1: warning: typedef requires a name > [-Wmissing-declarations] > typedef struct re_pattern_buffer OnigRegexType; > ^~~~~~~ > /usr/local/include/oniguruma.h:674:34: warning: type specifier missing, > defaults > to 'int' [-Wimplicit-int] > typedef struct re_pattern_buffer OnigRegexType; > ^ > /usr/local/include/oniguruma.h:675:9: error: unknown type name 'OnigRegexType' > typedef OnigRegexType* OnigRegex; > ^ > /usr/local/include/oniguruma.h:678:11: error: unknown type name > 'OnigRegexType' > typedef OnigRegexType regex_t;
That does not seem to be related to PHP, since the errors occur in the external library. FWIW, Oniguruma 6.8.1 appears to build fine in our master. Anyhow, if you find bugs in PHP, <https://bugs.php.net/> is the proper place to report them. :) -- Christoph M. Becker -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php