Unix to NT migration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Coco
Forum Contributor
Posts: 339
Joined: Sat Sep 07, 2002 5:28 am
Location: Leeds, UK
Contact:

Unix to NT migration

Post by Coco »

Ok heres the crack. my host wants to move me to an nt server from my current nix host. what parts of my scripts will this affect? i know that i will have to go thru all the file operations to change the binaries, but is there anything else that will need to be changed?
thanks in advance
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

mail() in php/win32 prior 4.3 does not recorgnize cc, bcc.
is_readable/is_writable is not trustworthy if used on directories
$_FILES[...]['tmp_name'] => E:/webserver/uploadtmp\php24.tmp :evil:

probably much more I can't remember right now ;)
Coco
Forum Contributor
Posts: 339
Joined: Sat Sep 07, 2002 5:28 am
Location: Leeds, UK
Contact:

Post by Coco »

ok
i dont use cc or bcc so thats ok... and the is readable stuff...... err clueless, so i doubt i use that either :roll:

so really the only thing i have to look at is the binaries settings for my file functions?
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

Apache or IIS on the Bill Gates machine?

Myself I would switch host unless you get free hosting or something...
Post Reply