TShopping

標題: 安裝PEAR套件在cPanel可直接引入DB.php [打印本頁]

作者: woff    時間: 2014-5-19 18:29
標題: 安裝PEAR套件在cPanel可直接引入DB.php
首先進入CPANEL

1.找到Software/Services 區塊的 PHP PEAR Packages 圖標

2.打開PEAR  點選 Show Available PHP Extension(s) and Application(s) button to see the list of PEAR packages.


3.You will see a long list of extensions that may go on for many pages. Select your desired extension and click on the Installbutton. Our example will demonstrate the installation of theArchive_Zip extension.


4.After clicking the Install button, the package will automatically install onto your account. Once completed, you will see some information regarding the extension on the page. Click on theGo Backbutton to finish.


5.You can now see your newly installed PEAR module in the list.




然後進入php.ini
  1. vi /usr/lib/php.ini
複製代碼
加入PEAR路徑如/usr/share/php及/usr/share/php/PEAR
  1. include_path = ".:/usr/share/php:/usr/share/php/PEAR"
複製代碼
重啟apache
  1. /etc/init.d/httpd restart
複製代碼
就可以直接在PHP下直接
  1. require "DB.php"
複製代碼



計的要把該網站的PEAR下的資料全部COPY到 /usr/share/php/PEAR







歡迎光臨 TShopping (http://www.tshopping.com.tw/) Powered by Discuz! X3.2