diff options
Diffstat (limited to 'php/src/IcePHP/Communicator.h')
-rw-r--r-- | php/src/IcePHP/Communicator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php/src/IcePHP/Communicator.h b/php/src/IcePHP/Communicator.h index e29e390e183..7ace90c7747 100644 --- a/php/src/IcePHP/Communicator.h +++ b/php/src/IcePHP/Communicator.h @@ -23,6 +23,8 @@ ZEND_FUNCTION(Ice_register); ZEND_FUNCTION(Ice_unregister); ZEND_FUNCTION(Ice_find); ZEND_FUNCTION(Ice_getProperties); +ZEND_FUNCTION(Ice_identityToString); +ZEND_FUNCTION(Ice_stringToIdentity); } namespace IcePHP |