diff options
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 |