--- cmp/Ice-3.3.0/php/src/IcePHP/Proxy.cpp 2008-05-16 19:24:03.000000000 +0200 +++ Ice-3.3.0/php/src/IcePHP/Proxy.cpp 2008-09-08 23:06:04.000000000 +0200 @@ -1305,7 +1305,7 @@ Ice::RouterPrx router; if(proxy) { - if(!def || !def->isA("Ice::Router")) + if(!def || !def->isA("::Ice::Router")) { php_error_docref(0 TSRMLS_CC, E_ERROR, "ice_router requires a proxy narrowed to Ice::Router"); RETURN_NULL();