I have a fresh installation of XAMPP and I used to get PHP notices to turn them off I enbabled:
Default Value: E_ALL & ~E_NOTICE
in the php.ini.
And now I have the problem that I get the error message, which you can read in the title of this question. Though, the same function would work when I would not have that one error_reporting enabled.
When restarting the Apache server, I also get the error message:
syntax error, unexpected '&' in .../php.ini on line 110.
Line 110 is the error_reporting I enabled which you can see above.
I am trying to make sense out of this but I seem to have troubles. Any ideas what is going on here?
By the way, php_mysql.dll and php_mysqli.dll are both enabled in the php.ini file.