xdebug code in php.ini for Netbeans October 31, 2016 0 Comments By కృష్ణ బాబు After enabling XDebug extension, give this code in php.ini to attach Netbeans to Xdebug. xdebug.remote_enable=on xdebug.remote_log="/var/log/xdebug.log" xdebug.remote_host=localhost...
SVN Ignore folder October 7, 2016 0 Comments By కృష్ణ బాబు svn propset svn:ignore "*" /path/to/dir This command will ignore specific paths from committing into svn.