Hi,

I'd like to be able to do

Code:
$ICE->getImplicitContext('secret', 'passphrase');
However the PHP implementation doesn't seem to support Implicit Context yet.

Code:
ZEND_METHOD(Ice_Communicator, getImplicitContext)
{
    runtimeError("not implemented" TSRMLS_CC);
}
Is that something that is planned for 3.4?

Regards,

Fredrik