summaryrefslogtreecommitdiff
path: root/php/lib
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-10-21 15:47:07 -0700
committerMark Spruiell <mes@zeroc.com>2009-10-21 15:47:07 -0700
commit439bbccae66fc9e41f10c8c73971abdf6821086f (patch)
treea5a338b49cb01820ac59dd6b30ee6ade8d74f557 /php/lib
parentFixed Windows compile error (diff)
downloadice-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.php1
-rw-r--r--php/lib/Ice_ns.php1
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';