Page MenuHomeIn-Portal Phabricator

INP-1507 - Flush OpCode cache for /system/config.php when it's changed
ClosedPublic

Authored by alex on Oct 11 2015, 12:21 PM.

Details

Test Plan
  1. install OpCache PECL extension (see http://php.net/manual/en/opcache.installation.php)
  2. enable (if not already) OpCache PECL extension in php.ini
  3. disable APC extension (if not already) in php.ini
  4. confirm, that extension changes had desired effect by looking at phpinfo() result
  5. choose profile to use (in-portal.full or in-portal.community)
  6. checkout In-Portal 5.2.x via in-portal module and then run php /tools/configure_profile.php profile_name script using chosen profile
  7. install In-Portal 5.2.x
  8. confirm, that no Fatal Error happened in the process

Diff Detail

Repository
rINP In-Portal
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex updated this revision to Diff 373.Oct 11 2015, 12:21 PM
alex retitled this revision from to INP-1507 - Flush OpCode cache for /system/config.php when it's changed.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): INP-1507.
glebs accepted this revision.Oct 28 2015, 4:04 AM
glebs edited edge metadata.
This revision is now accepted and ready to land.Oct 28 2015, 4:04 AM
This revision was automatically updated to reflect the committed changes.