Continued:
[core.git] / contrib / lfdb2 / read.php
index 8779b654ff2e9f4275daa9786726262644d0f841..ae573df2ddbefd109858ac67e3a167b1a5811d73 100644 (file)
@@ -14,7 +14,7 @@ $__factor = constant('__FACTOR_32');
 $__format = constant('__FORMAT_READ_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');
        $__format = constant('__FORMAT_READ_64');