phpデバッグxdebug

1978 ワード

Xdebug+Wamp 2.0の配置
http://yeyuan.iteye.com/blog/930679
windowsプラットフォームの下でphpバージョンの問題–VC 6/VC 9とTS/NTS
http://piggyq.com/pen/windows-vc6-vc9-tsnts.html
参照
phpダウンロードページでは、4つのダウンロードバージョンが提供されています。vc 6/vc 9とTS/NTSの組み合わせです。
VC 6:legacy Visual Studio 6 complerは、このコンパイラを使ってコンパイルされたものです。
       VC 9:Visual Studio 2008 complerは、マイクロソフトのVSエディタでコンパイルされました。
apache.orgはVC 6のバージョンしか提供していませんので、オリジナルのapacheを使う時はVC 6しか使えません。www.apachhelounge.comにはapache VC 9のバージョンがあります。PHP VC 9と協力できるはずです。使ったことがありません。
TS:Thread Safeスレッドは安全で、実行時にスレッド(Thread)のセキュリティチェックを行い、新たな要求があったら新しいスレッドを起動するCGIの実行方式によってシステムリソースを使い果たしてしまうことを防止します。
NTS:Non Thread Safe非スレッドセキュリティは、実行時にスレッドセキュリティチェックを行いません。
xdebugとxamppの取り付け

Tailored Installation Instructions

Summary

Xdebug installed: no
Server API: Apache 2.0 Handler
Windows: yes - Compiler: MS VC6 - Architecture: x86
Zend Server: no
PHP Version: 5.3.5
Zend API nr: 220090626
PHP API nr: 20090626
Debug Build: no
Thread Safe Build: yes
Configuration File Path: C:\Windows
Configuration File: D:\xampp\php\php.ini
Extensions directory: \xampp\php\ext
Instructions

Download php_xdebug-2.1.2-5.3-vc6.dll
Move the downloaded file to \xampp\php\ext
Edit D:\xampp\php\php.ini and add the line
zend_extension = \xampp\php\ext\php_xdebug-2.1.2-5.3-vc6.dll
Restart the webserver
If you like Xdebug, and thinks it saves you time and money, please have a look at the donation page.
xdebugを使ってPHPプログラムを調整する
http://hi.baidu.com/icej/blog/item/2f6dfe5004edca5d1138c2d6.html