How to extend phpstudy according to redis
时光
时光 2018-04-02 00:15:00
0
1
1131

There is no redis in PHPinfo using Baidu's method. Please help me clarify. Also, why can't phpstudy be updated? I'm using the 2017 version, so I want to use the 2018 version. An error occurred during the update. What's wrong with FGuimfcFactory.dll?

时光
时光

reply all(1)
mmmm

You can expand redis by yourself.

  1. First install a redis on this machine, then open the service with cmd. If you test it yourself, go to the second step

  2. Open phpinfo, check the type of Zend Extension Build, go to pecl to download the corresponding redis extension library.pecl address: http://pecl.php.net/package-stats.php

  3. After downloading, throw the downloaded php_redis.dll into the php folder in the phpstudy directory and the ext directory of your commonly used PHP version.

  4. Open php.ini and add One sentence extension=php_redis.dll

  5. Restart the service, open phpinfo and you can see redis

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template