I'm currently developing PHP applications on a Windows XP machine. I test everything locally (Apache 2 & php 5), but the live web server is linux (also Apache 2 & php 5).
The files I check out (subversion) use explicit paths (the standard here) that don't translate to my local windows box.
Is there a way to have PHP automatically translate lines like:
to work like:
without having to manually change everything after each checkout and before each checkin?
2007-03-27
07:00:10
·
1 answers
·
asked by
wfinn
2
in
Computers & Internet
➔ Programming & Design