Changes between Version 13 and Version 14 of Phabricator


Ignore:
Timestamp:
Sep 1, 2020, 11:13:55 AM (4 years ago)
Author:
Silier
Comment:

fix oujesky patch

Legend:

Unmodified
Added
Removed
Modified
  • Phabricator

    v13 v14  
    174174}}}
    175175
     176* If you get following error
     177{{{Fatal error: Cannot override final method ArcanistRepositoryAPI::execPassthru() in arc\arcanist\src\repository\api\ArcanistSubversionAPI.php on line 47}}}
     178open {{{ArcanistRepositoryAPI.php}}}, locate {{{execPassthru}}} and remove word {{{final}}}
     179
    176180If you get errors about 'SimpleXMLElement' it's because PHP 7 does not come with php-xml. You have to install that package, which might be called php7-xml.
    177181