Eclipse+xampp+Zend Debugger配置手順

來源:互聯網
上載者:User

簡介:這是Eclipse+xampp+Zend Debugger配置手順的詳細頁面,介紹了和php,有關的知識、技巧、經驗,和一些php源碼等。

class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=339594' scrolling='no'>
前言:

幹了3年程式員,做過的東西挺多,積累下來的卻很少,每次做類似的東西都要從頭開始。

好吧,為了擺脫懶漢行列,廢話不多說從手上的PHP開始吧。。。

環境:

eclipse pdt all-in-one:http://www.zend.com/en/community/pdt

xampp:http://sourceforge.net/projects/xampp/files/(get ver.1.7.1 for php5.2.x support)

zend debugger:http://downloads.zend.com/pdt/server-debugger/

配置:

解壓zend debugger獲得dummy.php和ZendDebugger.dll

將dummy.php複製到apache虛擬伺服器的根目錄下(D:\xampp\htdocs)

將ZendDebugger.dll複製到任意目錄(D:\xampp\apache\bin\)

找到全域php.ini設定檔(D:\xampp\php\php.ini),追加配置如下

zend_extension_ts="D:\xampp\apache\bin\ZendDebugger.dll"

zend_debugger.expose_remotely=always

zend_debugger.allow_hosts=127.0.0.1

同時注釋掉zend_optimizer的重複配置,如下

;zend_extension_ts = "D:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"

ok

愛J2EE關注Java邁克爾傑克遜視頻站JSON線上工具

http://biancheng.dnbcw.info/php/339594.html pageNo:8

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.