[Phphtmllib-devel] SF.net SVN: phphtmllib:[3569] branches/BRANCH_2_X/phphtmllib
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2012-09-03 13:49:45
|
Revision: 3569 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3569&view=rev Author: mpwalsh8 Date: 2012-09-03 13:49:35 +0000 (Mon, 03 Sep 2012) Log Message: ----------- Prep for v2.6.5 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-09-03 13:47:40 UTC (rev 3568) +++ branches/BRANCH_2_X/phphtmllib/ReadMe.txt 2012-09-03 13:49:35 UTC (rev 3569) @@ -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.5 = +* Fixed recently added child constructors which addressed PHP5.3 compatibility issues so they play nice with PHP5.2.x as well. + = 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. Modified: branches/BRANCH_2_X/phphtmllib/Version.txt =================================================================== --- branches/BRANCH_2_X/phphtmllib/Version.txt 2012-09-03 13:47:40 UTC (rev 3568) +++ branches/BRANCH_2_X/phphtmllib/Version.txt 2012-09-03 13:49:35 UTC (rev 3569) @@ -1,4 +1,4 @@ MAJOR_RELEASE=2.6 -MINOR_RELEASE=4 +MINOR_RELEASE=5 BUILD_NUMBER=$WCREV$ BUILD_TIME=$WCNOW$ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |