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/src/IcePHP/Connection.h | |
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/src/IcePHP/Connection.h')
-rw-r--r-- | php/src/IcePHP/Connection.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/php/src/IcePHP/Connection.h b/php/src/IcePHP/Connection.h index 03d67d71357..4b5d59a4aa7 100644 --- a/php/src/IcePHP/Connection.h +++ b/php/src/IcePHP/Connection.h @@ -20,10 +20,7 @@ bool connectionInit(TSRMLS_D); bool createConnection(zval*, const Ice::ConnectionPtr& TSRMLS_DC); bool fetchConnection(zval*, Ice::ConnectionPtr& TSRMLS_DC); -// -// Class entry. -// -extern zend_class_entry* connectionClassEntry; +bool createConnectionInfo(zval*, const Ice::ConnectionInfoPtr& TSRMLS_DC); } // End of namespace IcePHP |