On Mon, Oct 5, 2015 at 4:27 PM, Stanley Cheung <stanleyche...@google.com> wrote:
> Hi Pecl-dev,
>
> I am a developer for the gRPC PHP extension
> <https://pecl.php.net/package/grpc> and run into an issue when the
> extension is being used behind Apache. Are there any experts here that can
> help me debug this further?


You were absolutely on the right track.

During request shutdown (RSHUTDOWN) everything that isn't persisted in
one way or another is cleaned up.
This includes constants -- unless they've been registered as CONST_PERSISTENT.

See: https://github.com/grpc/grpc/pull/3685

-Hannes

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to