Sun Apr 30, 2006 3:09 am |
Replies: 8 |
Views: 9843 |
|
 |
Sure
All you have to do is to place a PHPINIDir directive in the vhost config, like this:
<VirtualHost *>
ServerName dev
ServerAlias *.dev
PHPINIDir /z/dev/
Vir ...
|
Thu Apr 27, 2006 4:25 am |
Replies: 8 |
Views: 9843 |
|
 |
Well, just for testing purposes - I've been using Zend debugger for over a year now, and I just want to see how DBG works. Actually, a colleague of mine has found a workaround for this - by using diff ...
|
Wed Apr 26, 2006 12:05 pm |
Replies: 8 |
Views: 9843 |
|
 |
Sorry for bringing this topic up from the grave, but I have similar issues
I can't manage to install both zend debugger and dbg - when I have zend enabled, I cannot debug in phped... When ...
|