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
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use