English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

5 answers

PHP is crossplatform language, means the same source should run on both windows and posix (unix/linux)... i never had any problem beside the file path...

2006-07-27 02:04:05 · answer #1 · answered by B1t Hunt3r 5 · 0 0

It is likely that the UNIX or Linux PHP build will have more libraries than the Windows one.

Also in Windows, you use a backslash for filenames. In UNIX, it's a forward slash, if you get this wrong you will have weird bugs.

2006-07-25 13:42:32 · answer #2 · answered by msabramo 2 · 0 0

php -- is a code. It the same for every platform.
However the interpeter for it is usually installed on Unix servers, but ones, again it could be under any platform

2006-07-25 12:21:23 · answer #3 · answered by Mrsashko 5 · 0 0

Generally no one. But maybe the only point to metion is that when you try to access files on the local server (where php is running), can't use something like "C:\" when you are on a *nix server, or when using instructions like "system" that makes a call to the local O.S.

2006-07-25 12:29:41 · answer #4 · answered by AlexTLC 2 · 0 0

None...just have PHP options installed on the OS.

2006-07-25 12:21:42 · answer #5 · answered by FORD on FIRE 4 · 0 0

fedest.com, questions and answers