Sriram Natarajan wrote:
> ...
>>> - On the top of my head, ability to debug PHP5 runtime using NetBeans 
>>> comes to my mind.
>>>   
>>
>> YOu turn on PHP debugging with the SAMP Options UI in the php tab, or 
>> you edit the
>> /etc/php5/5.2.4/conf.d/xdebug.ini file and add this content:  (and 
>> then restart the apache 2 server)
>> ;Comment out next line to disable xdebug extension in php
>> zend_extension=/usr/php5/5.2.4/modules/xdebug.so
>> xdebug.remote_mode=req
>> xdebug.remote_enable=1
>> xdebug.remote_handler=dbgp
>> xdebug.remote_host=localhost
>>
> Do you plan to provide any wrapper script

As I said (maybe not clearly enough), The SAMP Options UI tool available 
from the Start Menu of the Gnome Desktop has a check box called "Debug" 
in the PHP tab that does that automatically for you (on/off), and when 
you save, a prompt asks you to restart the server and if you accept, the 
restart is done for you.
Ludo
> that does these configurations or user will have to do this manually
>
> - sriram


Reply via email to