Share

JPSpan

Tracker: Bugs

5 XML unserialize broken - ID: 2206745
Last Update: Tracker Item Submitted ( nobody )

Line 165: $this->parser = & xml_parser_create('UTF-8');


This breaks in PHP, throwing:
[Server_Error][2000] Only variables should be assigned by reference
Method called: pageholder.ashtml()
Server script:
/Users/pascalopitz/Desktop/ajax-nav/jpspan/JPSpan/Unserializer/XML.php on
line 165


Fix:
$this->parser = xml_parser_create('UTF-8');


Nobody/Anonymous ( nobody ) - 2008-10-29 07:30

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.