|
Posted by J.O. Aho on 10/19/05 07:42
Kilo Bravo wrote:
> is it possible to move the installed files of php from one server to
> another?
If you are thinking of the php binaries and libraries, of course you can, but
not sure it will work as the other server may run another operating system and
it's smarter to use packages supplied by the os-developer.
If you are thinking on the php scripts you have written, so it should work in
most cases, paths may be different to different things so you need to check
those up and if you are using special extensions of php, then you need to
check if the new server does support those, you can check that with php_info().
//Aho
Navigation:
[Reply to this message]
|