Re: SHM issues PHP7 x64

[email protected] (Jan Ehrhardt) Fri, 14 Apr 2017 18:53:58 +0200
Newsgroups php.internals.win
Message-ID <[email protected]>
Jan Ehrhardt in php.internals.win (Thu, 13 Apr 2017 17:44:35 +0200):
>            Even more intriguing: If we ensure that php-cgi.exe
>writes to the errorlog, it does not crash. Example: generate an error by
>adding 'extension=whatever' to php.ini and 'php-cgi -m' does not crash.
>https://github.com/krakjoe/apcu/issues/223#issuecomment-288263701
>
>This smells like something not being initialized in PHP7, which is
>initialized in PHP5 and in PHP7 with an erronous php.ini.

There is another report of someone that solved the APCU problem by
generating an error in php.ini ('extension=whatever'):
https://github.com/krakjoe/apcu/issues/223#issuecomment-294148256

I am tempted to write a blank message to the error log, but that is a
nasty workaround. There must be a better way.
-- 
Jan