Linden Lab Official talk:Reg API Examples

From Second Life Wiki
Revision as of 03:01, 6 August 2008 by 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.