Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

这个插件可能需要升级一下了,不兼容MW1.23.0 #3

Open
zoglun opened this issue Jun 15, 2014 · 0 comments
Open

这个插件可能需要升级一下了,不兼容MW1.23.0 #3

zoglun opened this issue Jun 15, 2014 · 0 comments

Comments

@zoglun
Copy link
Contributor

zoglun commented Jun 15, 2014

发现这个插件会导致MW1.23.0的runjob.php运行失败。致使全wiki内容无法更新。
以下是通过php runJobs.php --globals (Output globals at the end of processing for debugging)发现的卡死位点。

[wgParser] => Parser Object
    (
        [mTagHooks] => Array
            (
                [flashmp3] => renderFlashMP3
                [duoshuo] => render_Duoshuo
            )

        [mTransparentTagHooks] => Array
            (
            )

        [mFunctionHooks] => Array
            (
            )

        [mFunctionSynonyms] => Array
            (
                [0] => Array
                    (
                    )

                [1] => Array
                    (
                    )

            )

        [mFunctionTagHooks] => Array
            (
            )

        [mStripList] => Array
            (
                [0] => flashmp3
                [1] => duoshuo
            )

        [mDefaultStripList] => Array
            (
            )

        [mVarCache] => Array
            (
            )

        [mImageParams] => Array
            (
            )

        [mImageParamsMagicArray] => Array
            (
            )

        [mMarkerIndex] => 0
        [mFirstCall] => 1
        [mVariables] =>
        [mSubstWords] =>
        [mConf] => Array
            (
                [class] => Parser
            )

        [mPreprocessor] =>
        [mExtLinkBracketedRegex] => /\[(((?i)http\:\/\/|https\:\/\/|ftp\:\/\

/|ftps://|ssh://|sftp://|irc://|ircs://|xmpp:|sip:|sips:|gophe
r://|telnet://|nntp://|worldwind://|mailto:|tel:|sms:|news:|svn
://|git://|mms://|bitcoin:|magnet:|urn:|geo:|//)[^][<>"\x00-\x20\x
7F\p{Zs}]+)\p{Zs}([^]\x00-\x08\x0a-\x1F]?)]/Su
[mUrlProtocols] => http://|https://|ftp://|ftps://|ssh:
//|sftp://|irc://|ircs://|xmpp:|sip:|sips:|gopher://|telnet:/
/|nntp://|worldwind://|mailto:|tel:|sms:|news:|svn://|git://|mm
s://|bitcoin:|magnet:|urn:|geo:|//
[mOutput] =>
[mAutonumber] =>
[mDTopen] =>
[mStripState] =>
[mIncludeCount] =>
[mArgStack] =>
[mLastSection] =>
[mInPre] =>
[mLinkHolders] =>
[mLinkID] =>
[mIncludeSizes] =>
[mPPNodeCount] =>
[mGeneratedPPNodeCount] =>
[mHighestExpansionDepth] =>
[mDefaultSort] =>
[mTplExpandCache] =>
[mTplRedirCache] =>
[mTplDomCache] =>
[mHeadings] =>
[mDoubleUnderscores] =>
[mExpensiveFunctionCount] =>
[mShowToc] =>
[mForceTocPosition] =>
[mUser] =>
[mOptions] =>
[mTitle] =>
[mOutputType] =>
[ot] =>
[mRevisionObject] =>
[mRevisionId] =>
[mRevisionTimestamp] =>
[mRevisionUser] =>
[mRevisionSize] =>
[mRevIdForTs] =>
[mInputSize] =>
[mUniqPrefix] =>
[mLangLinkLanguages] =>
[mPreprocessorClass] => Preprocessor_DOM
)

[wgTitle] =>
[wgDeferredUpdateList] => Array
    (
    )

[func] => DuoshuoExtension
[profName] => Setup.php-extensions-DuoshuoExtension
[wgServerName] =>
[wgFullyInitialised] => 1
[wgSharedSchema] =>

)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant