Question
DW 8.0.2 hot fix ref 207225 broke with php 5.2.6
DW hotfix 8.0.2 which fixed the following issue (in php
5.1.4),
After upgrading to php 5.2.6 I am receiving the same mm xsl transform error
I have had to downgrade my php to 5.2.5
Please can this be investigated.
XSL Transformation server behavior doesn't work with PHP 5.1.4An XSLT fragment embedded in a PHP page using the XSL Transformation server behavior triggers the following MM_XSLTransform error when processed by a PHP 5.1.4 server:
MM_XSLTransform error.
http://newsrss.mysite.com/rss/rss.xml is not a valid XML document.
Non-static method DOMDocument::loadXML() should not be called statically, assuming $this from incompatible context in file http://newsrss.mysite.com/rss/rss.xml.
The error message incorrectly reports that the XML data source is not a valid XML document. The same page displays successfully when processed by a PHP 5.1.2 server. This problem occurs in Dreamweaver 8.0, 8.0.1 and 8.0.2 and is due to the use of a static function call that was newly deprecated in PHP 5.1.4. (Ref. 207225)
After upgrading to php 5.2.6 I am receiving the same mm xsl transform error
I have had to downgrade my php to 5.2.5
Please can this be investigated.
XSL Transformation server behavior doesn't work with PHP 5.1.4An XSLT fragment embedded in a PHP page using the XSL Transformation server behavior triggers the following MM_XSLTransform error when processed by a PHP 5.1.4 server:
MM_XSLTransform error.
http://newsrss.mysite.com/rss/rss.xml is not a valid XML document.
Non-static method DOMDocument::loadXML() should not be called statically, assuming $this from incompatible context in file http://newsrss.mysite.com/rss/rss.xml.
The error message incorrectly reports that the XML data source is not a valid XML document. The same page displays successfully when processed by a PHP 5.1.2 server. This problem occurs in Dreamweaver 8.0, 8.0.1 and 8.0.2 and is due to the use of a static function call that was newly deprecated in PHP 5.1.4. (Ref. 207225)
