diff options
author | David Eriksson <eriksson@php.net> | 2001-08-09 21:55:10 +0000 |
---|---|---|
committer | David Eriksson <eriksson@php.net> | 2001-08-09 21:55:10 +0000 |
commit | ece087b842df61a66b9bbadef97d159573c7fd81 (patch) | |
tree | 8e5b114b7fa78bdcdcab29f49d6fbea4ad13c927 /ext/satellite/php_orbit.c | |
parent | 114d33ae07690c4e205e0a1a7550c46554a01821 (diff) | |
download | php-git-ece087b842df61a66b9bbadef97d159573c7fd81.tar.gz |
(PHP satellite_object_to_string) Added function to get IOR of object.
Diffstat (limited to 'ext/satellite/php_orbit.c')
-rw-r--r-- | ext/satellite/php_orbit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/satellite/php_orbit.c b/ext/satellite/php_orbit.c index 41bb0e06b7..7fa82a6aca 100644 --- a/ext/satellite/php_orbit.c +++ b/ext/satellite/php_orbit.c @@ -64,6 +64,7 @@ static function_entry satellite_functions[] = { PHP_FE(satellite_caught_exception, NULL) PHP_FE(satellite_exception_id, NULL) PHP_FE(satellite_exception_value, NULL) + PHP_FE(satellite_object_to_string, NULL) /* support the old prefix orbit_ */ PHP_FALIAS(orbit_load_idl, satellite_load_idl, NULL) |