summaryrefslogtreecommitdiff
path: root/php/src/ice/communicator.cpp
Commit message (Collapse)AuthorAge
* Reorganizing source code. Changing build process to use Makefiles insteadMark Spruiell2006-11-09
| | | | of configure. Desupporting all platforms except Linux and Windows.
* Bug 472.Michi Henning2006-06-28
|
* removing getDefaultContextMark Spruiell2006-06-22
|
* disable compiler warnings that cause build failures under VS 2005Brent Eagles2006-06-09
|
* changing call to initializeMark Spruiell2006-06-09
|
* bug 687: remove #ifdefs for PHP 5.0 compatibilityMark Spruiell2006-06-08
|
* fixes for stringToIdentityMark Spruiell2006-06-05
|
* Added identityToString and stringToIdentity to CommunicatorDwayne Boone2006-05-09
|
* removing setDefaultContextMark Spruiell2006-04-07
|
* Bug 803 - changed communicator initializationDwayne Boone2006-04-07
|
* Updated copyrightDwayne Boone2006-03-14
|
* PHP 5.1.1 compatibilityMark Spruiell2005-11-30
|
* removing communicator-per-profile changeMark Spruiell2005-03-29
|
* - php_error_docref fixes.Mark Spruiell2005-03-28
| | | | | - Changing communicator semantics. We now create a new communicator for each profile.
* replacing zend_error with php_error_docrefMark Spruiell2005-03-24
|
* 2004 to 2005Bernard Normier2005-02-16
|
* implementing setDefaultContextMark Spruiell2005-01-24
|
* adding getPropertyMark Spruiell2004-11-13
|
* PHP 5.0.0 final release; changing copyright, versionMark Spruiell2004-07-13
|
* Each request now has its own set of object factories.Mark Spruiell2004-04-09
|
* Update for PHP5b4:Mark Spruiell2004-02-18
| | | | | | | | - PHP no longer changes identifiers to lowercase - Use new convenience functions for calling user methods - Use new exception mechanism - Change "implements" to "extends" for interface inheritance - Change handleDestroy to handleFreeStorage for internal objects
* Fixes for PHP 5.0.0b2. Fixes for Ice 1.2.0. Exception mapping changes:Mark Spruiell2003-11-06
| | | | | - Derive from PHP's base Exception class. - Add support for exception message in constructor.
* Fixed Windows compilation error.ZeroC Staff2003-08-25
|
* removing flushBatchRequests - not supported in Ice 1.1Mark Spruiell2003-08-18
|
* adding support for object factories; adding value demoMark Spruiell2003-08-10
|
* fix for error handlingMark Spruiell2003-08-07
|
* more cleanup & reorg; adding support for profilesMark Spruiell2003-08-05
|
* various fixes; error message cleanup; support for context argumentMark Spruiell2003-08-04
|
* using eval strategy for user & core typesMark Spruiell2003-08-03
|
* gcc fixes for Win32 changesMark Spruiell2003-07-29
|
* Win32 port; renaming header filesMark Spruiell2003-07-29
|
* implement __clone for internal classes; change Ice::Identity to be definedMark Spruiell2003-07-25
| | | | manually in Slice parser
* minor Solaris fixesMark Spruiell2003-07-24
|
* bug fix for invalid access to destroyed global communicator zvalMark Spruiell2003-07-24
|
* clean up & fixesMark Spruiell2003-07-22
|
* use lazy initialization of communicator for each requestMark Spruiell2003-07-18
|
* code cleanup; escape PHP keywordsMark Spruiell2003-07-18
|
* renaming objectprx to proxyMark Spruiell2003-07-12
|
* adding sequence marshaling; cleaning up C-style castsMark Spruiell2003-07-11
|
* adding support for marshalling simple typesMark Spruiell2003-07-11
|
* initial check-inMark Spruiell2003-07-10