php redis擴充裝配、配置、使用小結

來源:互聯網
上載者:User
php redis擴充安裝、配置、使用小結

系統是lamp環境(centos6.7+apache2.2+mysql5.7+php5.3),預設

軟體下載到/usr/local/src目錄下 redis安裝在/app/local/redis目錄下

#wget http://download.redis.io/releases/redis-2.8.24.tar.gz

#tar zxvf redis-2.8.24.tar.gz

#mkdir -p /app/local/redis

#cd redis-2.8.24

#make PREFIX=/app/local/redis install

啟動redis

#/app/local/redis/bin/redis-server

接著安裝phpredis擴充

#wget https://github.com/nicolasff/phpredis/archive/2.2.4.tar.gz

#tar zxvf 2.2.4.tar.gz

#cd phpredis-2.2.4

#/app/local/php/bin/phpize #產生configure設定檔

出現如下說明產生了設定檔
[[email protected] phpredis-2.2.4]# /app/local/php/bin/phpize Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626

#./configure --with-php-config=/app/local/php/bin/php-config

#make && make install

最後產生擴充檔案

Installing shared extensions: /app/local/php/lib/php/extensions/no-debug-non-zts-20090626/

接著配置php.ini

#vi /app/local/php/etc/php.ini

在extension後添加

extension=redis.so

:x

重啟apache

#/app/local/apache/bin/apachectl restart

最後在phpinfo裡查看redis擴充是否載入

如所示:

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.