X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Futils%2FUIDGenerator.php;h=164615ae7893e050970c56793ec8abcd74523831;hp=68ef57ae2495879b4af26308afed6b9e378d622f;hb=8fd5a99f4e261d37cd7237a1992b1bcf03a764d3;hpb=cce016b4a4cb04611657e3d3299cba94f2e354d2 diff --git a/includes/utils/UIDGenerator.php b/includes/utils/UIDGenerator.php index 68ef57ae24..164615ae78 100644 --- a/includes/utils/UIDGenerator.php +++ b/includes/utils/UIDGenerator.php @@ -364,7 +364,7 @@ class UIDGenerator { $counter = null; // post-increment persistent counter value - // Use APC/eAccelerator/xcache if requested, available, and not in CLI mode; + // Use APC/etc if requested, available, and not in CLI mode; // Counter values would not survive accross script instances in CLI mode. $cache = null; if ( ( $flags & self::QUICK_VOLATILE ) && !wfIsCLI() ) {