[Phphtmllib-devel] SF.net SVN: phphtmllib:[3571] branches/BRANCH_2_X/phphtmllib/ReadMe.txt
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2013-02-26 14:44:02
|
Revision: 3571 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3571&view=rev Author: mpwalsh8 Date: 2013-02-26 14:43:54 +0000 (Tue, 26 Feb 2013) Log Message: ----------- Fixed issue with method_exists() and PHP 5.3.x compatibility. Modified Paths: -------------- branches/BRANCH_2_X/phphtmllib/ReadMe.txt Modified: branches/BRANCH_2_X/phphtmllib/ReadMe.txt =================================================================== --- branches/BRANCH_2_X/phphtmllib/ReadMe.txt 2013-02-26 14:41:37 UTC (rev 3570) +++ branches/BRANCH_2_X/phphtmllib/ReadMe.txt 2013-02-26 14:43:54 UTC (rev 3571) @@ -3,7 +3,7 @@ Donate link: http://sourceforge.net/project/project_donations.php?group_id=32790 Tags: HTML, Forms, XHTML, XML, Widgets Requires at least: 3.1 -Tested up to: 3.3.1 +Tested up to: 3.5.1 Stable tag: trunk The phpHtmlLib library contains a set of PHP classes and library functions to help @@ -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.6 = +* Fixed compatibility problem with PHP method_exists() function which caused PHP to crash with some versions of PHP 5.3.x on certain platforms (e.g. PHP 5.3.13 on Linux). + = 2.6.5 = * Fixed recently added child constructors which addressed PHP5.3 compatibility issues so they play nice with PHP5.2.x as well. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |