3
votes
8answers
978 views
Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)
I've been thinking about switching from my current PhpEd / UltraEdit combination to using this VS.PHP plugin that I just found a few days ago. The problem is that I don't have much free time, so I' …
-1
votes
Looking for Reviews of VS.PHP (Visual Studio Plugin for PHP)
You could try sticking to your current methods and using Firebug to help debug your PHP.
I use Firebug all the time for client-side dev, but I'd never seen Fire …
1
vote
Which PHP opcode cacher should I use to improve performance?
I've been using XCache for more than a year now with no problems at all.
I tried to switch to eAccelerator, but ended up with a bunch of segmentation faults (it's less forgiving of errors). …
2
votes
Wordpress MediaWiki Cookie Integration
The primary problem you are going to run into is that you'll have two login forms, and two logout methods. What you need to do is pick one of the login forms as the default, and redirect the other …
