php - WAMP Server: phpMyAdmin showing loads of Deprecation Notices & errors? -


i'm working wamp server local development, wamp not ship php 7.1, installed manually needed version project work.

i downloaded binaries php site (thread safe version) , placed inside wamp64/bin/php/php7.1.8 , renamed php.ini development file phpforapache.ini , had change extension dir modules load also.

after of went on phpmyadmin , here example: enter image description here

there many more errors of same type.

my question how solve them?

i running 4.6.4 phpmyadmin...


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -