diff options
author | Jose <jose@zeroc.com> | 2016-03-01 15:12:26 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-03-01 15:12:26 +0100 |
commit | 1419f188bf7d06ba0131cfd94a82f5d43ec0c7dd (patch) | |
tree | 38929143a6575d23e4438e590a20f525a829e194 /php/src/php5/Communicator.h | |
parent | Fix LMDB nuget package version (diff) | |
parent | Ice::identityToString/Ice::stringToIdentity php/ruby/python implementations (diff) | |
download | ice-1419f188bf7d06ba0131cfd94a82f5d43ec0c7dd.tar.bz2 ice-1419f188bf7d06ba0131cfd94a82f5d43ec0c7dd.tar.xz ice-1419f188bf7d06ba0131cfd94a82f5d43ec0c7dd.zip |
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'php/src/php5/Communicator.h')
-rw-r--r-- | php/src/php5/Communicator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php/src/php5/Communicator.h b/php/src/php5/Communicator.h index e29e390e183..7ace90c7747 100644 --- a/php/src/php5/Communicator.h +++ b/php/src/php5/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 |