- Joined
- Feb 27, 2003
- Messages
- 8,509
One is suPhp (cgi), the other is cli (as usual). You can pick which one you want to do what. If you have php 4 as the "default php", any script you currently run on php 4 won't be affected. Going from cli to suPhp consists of the script running as the user instead of apache, so that's the catch that has to be considered at. (directories and files might need re-chown-ing if it's an existing system)
John
John