summaryrefslogtreecommitdiff
path: root/php/src
Commit message (Collapse)AuthorAge
...
* | Fix Ice for PHP ZTS (Thread Safe) Windows buildsJose2016-12-08
| |
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
| |
* | Update to mcpp-2.7.2.12Jose2016-11-11
| |
* | Add support to build PHP Nuget packagesJose2016-11-11
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | PHP build fixesJose2016-09-12
| |
* | Fix ICE-7267Joe George2016-08-08
| | | | | | | | PHP make tests no longer fails if php-config is missing.
* | Move generateUUID to IceBernard Normier2016-08-01
| |
* | Update version to 3.7a3Joe George2016-07-12
| |
* | Fixed streamFilename bugBernard Normier2016-07-11
| |
* | Removed IceUtilInternal ifstream and ofstreamBernard Normier2016-07-08
| |
* | Whitespace cleanup - tabs to spacesJoe George2016-06-29
| |
* | ICE-7202 - Fix php 5 buildJoe George2016-06-27
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | of TCP/iAP/Bluetooth.
* | Fix ICE-7163Joe George2016-05-31
| | | | | | | | | | | | - Printing types is more forgiving and will not throw an exception if there is bogus data. - Fix several print statements to print the correct class name.
* | Updated version to 3.7a2Bernard Normier2016-05-31
| |
* | PHP 7 fix for printing Exception infoJoe George2016-05-27
| |
* | Removed references to DotNetNames.cppBernard Normier2016-05-12
| |
* | Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12
| |
* | stream API fixes for scripting languagesMark Spruiell2016-05-11
| |
* | IceUtil and Slice msbuild updatesBernard Normier2016-05-11
| |
* | Fixes to allow per-project/component platform/config variablesBenoit Foucher2016-05-10
| |
* | Removed libIceUtil and libSliceBernard Normier2016-05-09
| |
* | Windows msbuild build updatesJose2016-05-05
| |
* | Re-factored gmake build systemBenoit Foucher2016-05-03
| |
* | PHP7 Windows x64 number range check fixesJose2016-04-12
| |
* | Updated Ice version to 3.7a0Benoit Foucher2016-04-07
| |
* | Fix php7 buildJoe George2016-03-31
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-10
|\|
| * Windows PHP build fixesJose2016-03-09
| |
| * isfinite not supported with VS 2012Jose2016-03-09
| |
* | Update copyright headersJoe George2016-03-01
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Ice::identityToString/Ice::stringToIdentity for PHP7Jose2016-03-01
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-01
|\|
| * Ice::identityToString/Ice::stringToIdentity php/ruby/python implementationsJose2016-03-01
| |
* | Windows msbuild build updatesJose2016-02-26
| |
* | workaround for compiler error in php7 with gcc 4.8Mark Spruiell2016-02-12
| |
* | removing bogus compiler option from php7 makefileMark Spruiell2016-02-12
| |
* | ICE-6973 - Add support for PHP 7Joe George2016-02-12
| |
* | minor fixes to stream classes; restoring test/Ice/streamMark Spruiell2016-02-09
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | Deprecate ice_name and add ice_idJose2016-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.