Changes between Version 14 and Version 15 of Phabricator


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

small styling

Legend:

Unmodified
Added
Removed
Modified
  • Phabricator

    v14 v15  
    175175
    176176* 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}}}
    178 open {{{ArcanistRepositoryAPI.php}}}, locate {{{execPassthru}}} and remove word {{{final}}}
     177  {{{Fatal error: Cannot override final method ArcanistRepositoryAPI::execPassthru() in arc\arcanist\src\repository\api\ArcanistSubversionAPI.php on line 47}}}
     178  open {{{ArcanistRepositoryAPI.php}}}, locate {{{execPassthru}}} and remove word {{{final}}}
    179179
    180180If 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.