Don't use wfIsWindows() in CDB writers
authorChad Horohoe <chadh@wikimedia.org>
Thu, 7 Nov 2013 22:26:54 +0000 (14:26 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Sat, 9 Nov 2013 01:20:41 +0000 (17:20 -0800)
commitdb7d95de27fccbe78ad13a08e164ecc900755ef9
tree295cc868815705abcbc678f9039f1e58220f0605
parent03c5605526062715efac0e00111ca9ec5895a36a
Don't use wfIsWindows() in CDB writers

Uses the same logic, but without the dependency on MediaWiki.
Planning to use this in the het-deploy code.

Change-Id: I5d6baf6fe63d135c679e4795287daa0a8722dde6
includes/utils/Cdb.php
includes/utils/CdbDBA.php
includes/utils/CdbPHP.php