[Phphtmllib-devel] SF.net SVN: phphtmllib:[3566] branches/BRANCH_2_X/phphtmllib
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2012-08-28 18:51:27
|
Revision: 3566 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3566&view=rev Author: mpwalsh8 Date: 2012-08-28 18:51:20 +0000 (Tue, 28 Aug 2012) Log Message: ----------- Prep for v2.6.4 release. Modified Paths: -------------- branches/BRANCH_2_X/phphtmllib/ReadMe.txt branches/BRANCH_2_X/phphtmllib/Version.txt Modified: branches/BRANCH_2_X/phphtmllib/ReadMe.txt =================================================================== --- branches/BRANCH_2_X/phphtmllib/ReadMe.txt 2012-08-28 18:47:59 UTC (rev 3565) +++ branches/BRANCH_2_X/phphtmllib/ReadMe.txt 2012-08-28 18:51:20 UTC (rev 3566) @@ -40,6 +40,9 @@ full details on changes, bugs, enhancesments, future developments and much more and is the definitive source for the Change Log. += 2.6.4 = +* Added child constructors which are needed by some versions of PHP (e.g. 5.3.1) to allow proper constructor chain calling. A missing constructor in the middle of a grandchild->child->parent class results in a PHP error in SOME PHP releases. + = 2.6.3 = * Fixed numerous deprecated notices and warnings which result when running under PHP5. * Fixed problem with missing image on Action Bar when displaying empty the action bar on an empty GUIDataList widget. Modified: branches/BRANCH_2_X/phphtmllib/Version.txt =================================================================== --- branches/BRANCH_2_X/phphtmllib/Version.txt 2012-08-28 18:47:59 UTC (rev 3565) +++ branches/BRANCH_2_X/phphtmllib/Version.txt 2012-08-28 18:51:20 UTC (rev 3566) @@ -1,4 +1,4 @@ MAJOR_RELEASE=2.6 -MINOR_RELEASE=3 +MINOR_RELEASE=4 BUILD_NUMBER=$WCREV$ BUILD_TIME=$WCNOW$ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |