not really up with windows,

but I remember porting some java stuff to windows from a solaris platform
and for the webstuff it was a problem until the NT consultant found a way to
set the rootdir of the IIS webserver to represent unix file structure.

if the webpages where stored in c:\iis\site1\webpages the NT chap managed to
set the webpages dir to root. So if your php scripts where stored in
c:\iis\site1\webpages\php_scripts then you would reference it by
/php_scripts as webpages would be the root of the webserver.

this worked for me on Java.

I'll mail the NT guy who set this up as he is a good friend.

Matt.


-----Original Message-----
From: Andre Amaral [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2002 17:51
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP-INST] Porting from Linux to Windows!?$#


Hi all,

I would like to ask my experienced friends here if its possible to port a
script made for linux to run in windows IIS. I've been trying to make linux
scripts run on my server and some of them do and some don't. I also notice
that the problem relies how Linux and Windows refer to firectories.

Linux Ex.
$base_dir = "/home/somescript/"

Windows Ex.
$base_dir = "C:\home\somescript"

Now. My question is... Is there any way to use script made for Linux in
Windows? If YES what have to be done in order to make it to work?

Thank you,
Andre






--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to