Posted by ZeldorBlat on 10/18/05 23:28
What platform? How was it installed? What exactly are you looking to
preserve from one installation to the other?
If you're mainly concerned about your PHP configuration, you really
only need to worry about two things: php.ini and extensions (either
dynamically loaded or compiled in). php.ini is easy to copy. On a
UNIX system, you'll want to check the command used to configure the
build for any options that were enabled or disabled. On a Windows
system, you want to make sure you get any dll's you might be using.
Other than that, make sure directories exist where they should and have
the correct permissions.
[Back to original message]
|