4

I am on Windows Server 2012, using Apache 2.4 (64-bit) with PHP 7.1.0. I also have MySQL installed, and when I loaded phpMyAdmin I get a ton of warnings like the one below.

enter image description here

I've tried what was recommended here PHP 7 with phpmyadmin gives lots of Deprecation Notices but it did absolutely nothing. I still get all the deprecation warnings when loading phpMyAdmin. The version I downloaded is 4.6.5.2 which states that it is compatible with PHP 7.

What can I do to make these deprecation warnings go away?

Community
  • 1
  • 1
Phil
  • 4,029
  • 9
  • 62
  • 107
  • According to [this q/a](http://stackoverflow.com/questions/41065984/phpmyadmin-mcrypt-error-on-php7-1), it may be fixed in 4.6.6. – aynber Jan 11 '17 at 16:52
  • @aynber - can I download v 4.6.6 anywhere? Even a DEV version? I don't see it on the Download page – Phil Jan 11 '17 at 16:54
  • No idea. I'd suggest contacting them. – aynber Jan 11 '17 at 16:58
  • https://github.com/phpmyadmin/phpmyadmin - tho no idea if this will help you! I'll be honest not tried running phpMyAdmin on php 7 yet! Will assume someone has though! – Brian Jan 11 '17 at 16:59
  • Could always set error_reporting(E_ALL ^ E_DEPRECATED); – Brian Jan 11 '17 at 17:00
  • I removed the error by adding the code found here to the handleError function. http://stackoverflow.com/questions/41065984/phpmyadmin-mcrypt-error-on-php7-1#answer-41448260 – Phil Jan 11 '17 at 17:03

0 Answers0