https://bugzilla.wikimedia.org/show_bug.cgi?id=71519
--- Comment #39 from Tim Starling <[email protected]> --- Further reduced test case: $entity = unserialize(file_get_contents('/tmp/q183-entity.ser')); $sf = new Wikibase\Lib\Serializers\SerializerFactory; $sr = $sf->newSerializerForEntity('item',new Wikibase\Lib\Serializers\SerializationOptions); hebrev(''); $sr->getSerialized($entity); str_shuffle(''); $sr->getSerialized($entity); ...where q183-entity.ser is a file generated by serializing the Entity. It crashes on the second getSerialized() call. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
