https://bugzilla.wikimedia.org/show_bug.cgi?id=69657

Pavel (pastakhov) <pastak...@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1

--- Comment #1 from Pavel (pastakhov) <pastak...@yandex.ru> ---
Any objects should never be cached, it is third point. It is the bug and I'll
fix it. Bytecode never contains the objects right after compilation (it
contains only instructions) and it should cached in this form.

The problem is that bytecode is cached after use and contains data that should
not be in the cache, this is easily remedied.

Regarding the first point: if you set variable $wgPhpTagsBytecodeExptime = 0;
PhpTags will not use caching. When I fix the error, you can return it to its
original state.  I will increase the value of constant PHPTAGS_RUNTIME_RELEASE
and existing old wrong cache will be not used.

Thank you for the bug report

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to