diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-10-21 15:47:07 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-10-21 15:47:07 -0700 |
commit | 439bbccae66fc9e41f10c8c73971abdf6821086f (patch) | |
tree | a5a338b49cb01820ac59dd6b30ee6ade8d74f557 /php/lib | |
parent | Fixed Windows compile error (diff) | |
download | ice-439bbccae66fc9e41f10c8c73971abdf6821086f.tar.bz2 ice-439bbccae66fc9e41f10c8c73971abdf6821086f.tar.xz ice-439bbccae66fc9e41f10c8c73971abdf6821086f.zip |
- Implementing ConnectionInfo/EndpointInfo in PHP
- Changing test/Ice/info to use separate client & server
- Updating release notes for IceSSL ConnectionInfo
Diffstat (limited to 'php/lib')
-rw-r--r-- | php/lib/Ice.php | 1 | ||||
-rw-r--r-- | php/lib/Ice_ns.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/php/lib/Ice.php b/php/lib/Ice.php index e301c9d1ffe..e057dca127d 100644 --- a/php/lib/Ice.php +++ b/php/lib/Ice.php @@ -103,6 +103,7 @@ $Ice_sliceChecksums = array(); // Include certain generated files. // require 'Ice/BuiltinSequences.php'; +require 'Ice/Endpoint.php'; require 'Ice/EndpointTypes.php'; require 'Ice/LocalException.php'; require 'Ice/Locator.php'; diff --git a/php/lib/Ice_ns.php b/php/lib/Ice_ns.php index 138bb4efa10..8003aafaa2c 100644 --- a/php/lib/Ice_ns.php +++ b/php/lib/Ice_ns.php @@ -108,6 +108,7 @@ namespace // Include certain generated files. // require 'Ice/BuiltinSequences.php'; +require 'Ice/Endpoint.php'; require 'Ice/EndpointTypes.php'; require 'Ice/LocalException.php'; require 'Ice/Locator.php'; |