Continued:
[core.git] / contrib / lfdb2 / write.php
index 25cdbbdb21ef829167aa9fcb786a7f9686709aeb..25941cdd1c2106929737b175b6a4ad6df115757a 100644 (file)
@@ -20,7 +20,7 @@ $__right  = constant('__RIGHT_32');
 $__format = constant('__FORMAT_WRITE_32');
 $__step   = constant('__STEP_32');
 
-if ((isset($_SERVER['argv'][1])) && ($_SERVER['argv'][1] == '-64')) {
+if (PHP_INT_SIZE === 8) {
        // Use 64-bit
        $__factor = constant('__FACTOR_64');
        $__left   = constant('__LEFT_64');