centos 6.5 lnmpインストールXdebug

2056 ワード

XdebugはオープンソースコードのPHPプログラムのデバッグツールです。PHPプログラムの運転状況を追跡、調整、分析するために使用できます。
xdebugインストール原文は以下から来ています。http://xdebug.org/docs/install
(注意:黄色は具体的なインストール手順を示しています。一歩ずつでいいです。)
Installation From Source
You can ダウンロード the source of the latest テーブル release 2.2.5.Alternative y you can obtain Xdebug from GIT:
git clone git://github.com/xdebug/xdebug.git
This will checkout the latest development version which is currently 2.2.5.You can also browse the source at https://github.com/derickr/xdebug.
Copiling
The re is a wizard available that provides you with the corect file to download,and which paths to use.
You comple Xdebug separately from the ret of PHP.Note、however、that you need access to the scripts'phpize'and'php- config'.If yoursssysstem does not have'phpize'and'and phphphphphphphpconfig's s s thethethetheaaaaastastastastastaleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleleles s s s s s s s s s s s s s s s fffffrerererererereaaaaaaaaaaaand installation processes.(Debian users can install the required tools with  apt-get install php5-dev).It is importthat the source version matches the installed version as there slight,but imports,differences Between PHP versions.Once you have access to'phpize'and'p-configthe
  • Unipack the tall:tar-xzf xdebug-2.25.tgz.Note that you do not need to unpack the taball inside the PHP source code tree.Xdebug is copiled serately,all by itself,as stated above
  • cd xdebug-2.25
  • Run phpize:phpize(or/path/to/phpize if phpize is not in your path).Make sure You use the phpize the at belongs to the PHP version that you want to use Xdebug with.Sethis FAQ entry if you're having some ises with finding which phpize to use.
  • ./configre--enable-xdebug(私はlnmpインテグレーションをインストールしました。ここで私のはです。/configur--with-php-config=/usr/local/php/config --enabole-xdebug)
  • make
  • make install
  • (終わり)