Dear ALEKS FEDULOFF,
Please check your php.ini file again. Please go to C:\xampp\php\php.ini and find all E_STRICT:
Line 111: ; Development Value: E_ALL | E_STRICT
Line 470: ; those related to E_NOTICE and E_STRICT, which together cover best practices and
Line 475: ; Note: The php.ini-development file has this setting as E_ALL | E_STRICT. This
Line 480: ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 6.0.0)
Line 490: ; E_STRICT - run-time notices, enable to have PHP suggest changes
Line 507: ; E_ALL & ~E_NOTICE | E_STRICT (Show all errors, except for notices)
Line 509: ; E_ALL | E_STRICT (Show all errors, warnings and notices including coding standards.)
Line 511: ; Development Value: E_ALL | E_STRICT
Thanks!