summaryrefslogtreecommitdiff
path: root/php/src/IcePHP/Communicator.cpp
Commit message (Collapse)AuthorAge
* ICE-6973 - Add support for PHP 7Joe George2016-02-12
|
* ICE-6861 - removing public stream APIMark Spruiell2016-01-19
|
* Fix more deprecated compilation errorsJoe George2015-12-10
|
* ICE-6908 - Add ValueFactoryJoe George2015-12-08
| | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata.
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed (ICE-5710) - Source support for PHP x64 on WindowsJose2014-10-13
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5376 - IcePHP build with USE_NAMESPACES=yes brokenJose2013-07-09
|
* Updating PHP version; fixing build failure on WindowsMark Spruiell2013-02-19
|
* ICE-5235 IcePHP does not compile on WindowsDwayne Boone2013-02-14
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5175) - php doesn't compile on SLESJose2013-01-04
|
* compact ID support for scripting languagesMark Spruiell2012-12-26
|
* PHP optionalsMark Spruiell2012-10-12
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* minor fix to IcePHP getLoggerJose2012-04-19
|
* ICE-4764 - PHP 5.4 compatibilityMark Spruiell2011-12-29
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4916 - PHP extension not using INI settingsMark Spruiell2011-05-06
|
* bug 4633 - ICE_CONFIG fixesMark Spruiell2010-02-15
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* 4479 - IcePHP StaticMutexJose2009-12-16
|
* PHP fixes for 5.3.xMark Spruiell2009-12-11
|
* proxyToProperty fixes for PHPMark Spruiell2009-10-26
|
* Bug 3137 - add proxyToPropertyDwayne Boone2009-10-26
|
* bug 4186 - PHP test failureMark Spruiell2009-08-03
|
* bug 2718 - string conversion warnings in PHP extensionMark Spruiell2009-07-06
|
* PHP changes:Mark Spruiell2009-06-23
| | | | | | | - static translation - more traditional language mapping (multiple communicators, etc.) - support for registered (persistent) communicators - support for PHP namespaces (PHP 5.3 or later)
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* bug 3141 - fixing GCC warnings in IcePHPMark Spruiell2008-06-06
|
* fixing PHP segfaultMark Spruiell2008-03-19
|
* upgrade to PHP 5.2.5; fixing issues with debug buildMark Spruiell2008-02-28
|
* bug 2686 - php still using Ice::stringToIdentityMark Spruiell2008-02-11
|
* Updated copyrightDwayne Boone2008-01-23
|
* Added proxy test. Cleaned up operations test.Matthew Newhook2007-05-16
|
* bug 2098; misc. code cleanupMark Spruiell2007-04-18
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Added propertyToProxyDwayne Boone2006-11-24
|
* Reorganizing source code. Changing build process to use Makefiles insteadMark Spruiell2006-11-09
of configure. Desupporting all platforms except Linux and Windows.