Uzak makine üzerinde birden fazla ana izin için xdebug Yapılandırma parametre

0 Cevap php

I am working on one web application. The project located on my linux box i.e. server. We are remotely accessing this machine from windows.

I am using xdebug for debugging alongwith Eclipse PDT. xdebug is installed on my server. Below configuration are set in php.ini file ( which is located on server ) :

xdebug.remote_enable=1
xdebug.remote_host=10.88.36.1
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.remote_log = /tmp/xdebug.log

, Xdebug için php.ini içinde yukarıdaki yapılandırma ayarı yapıyor onun sağlayan tek ana bu sefer (yani 10.88.36.1) sonra

İşte benim soru çoklu bilgisayarlar için izin istedim olduğunu. Ben zend ayıklayıcısında bu ie yapar mevcut bir yapılandırma parametresi olduğunu biliyorum

zend_debugger.allow_hosts=10.88.36.28, 10.88.36.1

Xdebug bu parametre mevcut olup olmadığı? i birden çok ana uzaktan sunucuya erişim için izin vermek mümkün böylece.

Teşekkürler,

-Pravin

0 Cevap