Archived

This forum has been archived. Please start a new discussion on GitHub.

[3.4b] No Implicit Context in PHP

Hi,

I'd like to be able to do
$ICE->getImplicitContext('secret', 'passphrase');

However the PHP implementation doesn't seem to support Implicit Context yet.
ZEND_METHOD(Ice_Communicator, getImplicitContext)
{
    runtimeError("not implemented" TSRMLS_CC);
}

Is that something that is planned for 3.4?

Regards,

Fredrik