Subversion Repositories oidplus

Rev

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

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