@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Catch more known-bad versions of APC

Summary: Fixes T3550. @nmalcolm ended up with "3.1.15-dev".

Test Plan: n/a

Reviewers: btrahan, nmalcolm

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T3550

Differential Revision: https://secure.phabricator.com/D6473

+1
+1
support/PhabricatorStartup.php
··· 260 260 $known_bad = array( 261 261 '3.1.14' => true, 262 262 '3.1.15' => true, 263 + '3.1.15-dev' => true, 263 264 ); 264 265 if (isset($known_bad[$apc_version])) { 265 266 self::didFatal(