Subversion Repositories oidplus

Rev

Rev 1042 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1042 Rev 1411
Line 101... Line 101...
101
     * @see parent::__construct()
101
     * @see parent::__construct()
102
     * @return bool
102
     * @return bool
103
     */
103
     */
104
    public static function isValidEngine()
104
    public static function isValidEngine()
105
    {
105
    {
106
        return PHP_INT_SIZE >= 8;
106
        return PHP_INT_SIZE >= 8 && !self::testJITOnWindows();
107
    }
107
    }
108
 
108
 
109
    /**
109
    /**
110
     * Adds two BigIntegers.
110
     * Adds two BigIntegers.
111
     *
111
     *