summaryrefslogtreecommitdiff
path: root/php/test/Ice/inheritance
Commit message (Collapse)AuthorAge
* Fix for ICE-7020 - php tests will now exit with exit status = 1 if there's a ↵Benoit Foucher2016-03-16
| | | | test failure
* Update copyright headersJoe George2016-03-01
|
* Fixed Makefile indentation to use tab witdh=8 and indent width = 4Benoit Foucher2015-04-13
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fix (ICE-3792) - dependencies in the repository are very crappyJose2014-09-24
| | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows.
* Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy"Jose2014-09-11
| | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak
* Fixed (ICE-3792) - dependencies in the repository are very crappyJose2014-09-10
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Added .gitattributes file.Matthew Newhook2012-11-15
| | | | Normalize all repository line endings.
* Fixed copyrightsBenoit Foucher2012-04-25
|
* python 3 supportMark Spruiell2012-04-24
|
* ICE-4322 - Use "#pragma once" in Slice filesJose2012-02-21
|
* ICE-4764 - PHP 5.4 compatibilityMark Spruiell2011-12-29
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4855 - adding test; changing demos/tests to use require_onceMark Spruiell2011-05-07
|
* adding "include .depend.mak" to PHP makefilesMark Spruiell2010-01-07
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - Fixed bug 4521: it's now possible to build the tests & demos againstBenoit Foucher2009-12-31
| | | | | | | | | | | | | | | C:\Program Files\ZeroC\Ice-3.4b. To support this, new .depend.mak files were added. - Fixed nmake install to support installing Ice in C:\Program Files. - Fixed bug 4569: test/IceUtil/inputUtil VC6 compilation failure. - Updated all dependencies. - Fixed C# slice2cs compiler options for all C# demo makefiles (no need for --ice or extra -I options) - Fixed nmake install for 64 bits build of Ice for Python (we now correctly install IcePy in the x64 subdir). - Demos and tests builds will now look for Ice in C:\Program Files\ZeroC\Ice-3.4b by default is ICE_HOME isn't set (or C:\Program Files (x86)\ZeroC\Ice-3.4b)
* bug 4492 - PHP demos don't build against RPMsMark Spruiell2009-12-16
|
* New AMI mappingBenoit Foucher2009-11-23
|
* http://bugzilla/bugzilla/show_bug.cgi?id=4333Matthew Newhook2009-10-27
| | | | | - Fix bug with the WatchdogThread, which caused hangs if the test failed. - Get rid of TestUtil.cleanup()
* Bug 4294 - fix slice dependenciesDwayne Boone2009-10-07
|
* PHP fixes:Mark Spruiell2009-06-25
| | | | | | - adding namespace support to test suite and demos - doc edits - bug fix in translator
* 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 3816 - make tests less timing sensitiveDwayne Boone2009-03-30
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Numerous cleanups to the test suite and expect scripts.Matthew Newhook2008-08-04
| | | | | | Conflicts: cpp/test/Glacier2/staticFiltering/run.py
* bug 2615Matthew Newhook2008-02-14
|
* Updated copyrightDwayne Boone2008-01-23
|
* Updated copyrightDwayne Boone2007-02-13
|
* bug 1741: test suite broken with PHP 5.1.6Mark Spruiell2007-02-02
|
* Updated copyright headerDwayne Boone2007-01-08
|
* fixing copyrightMark Spruiell2006-04-07
|
* Updated copyrightDwayne Boone2006-03-14
|
* changing demo and test portsBrent Eagles2006-02-20
|
* fix for bug 836: deprecation warnings in generated codeMark Spruiell2006-01-27
|
* 2004 to 2005Bernard Normier2005-02-16
|
* Deprecation of global Slice definitions.Michi Henning2004-08-31
|
* PHP 5.0.0 final release; changing copyright, versionMark Spruiell2004-07-13
|
* 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.
* adding test scriptsMark Spruiell2003-08-05