Difference between revisions of "Linden Lab Official talk:Reg API Examples"
Jump to navigation
Jump to search
Chinny Iwish (talk | contribs) (New page: We had discovered an issue with the example code with line 121 on llsd.php. if (!$dom = domxml_open_mem($str, DOMXML_LOAD_PARSING, $error)) Apparently php5 does not support this functio...) |
m (unsigned comment) |
||
Line 4: | Line 4: | ||
Apparently php5 does not support this function (domxml_open_mem), but a workaround can be found here [http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/index.en.html] which enables php5 to use domxml. | Apparently php5 does not support this function (domxml_open_mem), but a workaround can be found here [http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/index.en.html] which enables php5 to use domxml. | ||
{{unsigned|Chinny Iwish|10:01, 6 August 2008}} |
Revision as of 23:53, 6 August 2008
We had discovered an issue with the example code with line 121 on llsd.php.
if (!$dom = domxml_open_mem($str, DOMXML_LOAD_PARSING, $error))
Apparently php5 does not support this function (domxml_open_mem), but a workaround can be found here [1] which enables php5 to use domxml.
—The preceding unsigned comment was added on 10:01, 6 August 2008 by Chinny Iwish