I'm using PHP 4.05 RC1 (php4win.de release) and Apache on my Win98 pc.
Since I installed PHP 4.05 (and tweaked the config files) I've got a problem.
If I want to open/read a file with fopen(), include, file oder whatever and that file isn't in the same directory a mysterious space appears in the path. Here's an example
$myarray = file("bla.txt")
everythin works fine
$myarray = file("joman/bla.txt");
Warning: file("joman/ bla.txt") - No such file or directory...
The file exists and before I switched to the new PHP Version (and edited some files, i suppose that was the mistake) it worked perfectly. I really don't know where the white space's coming from.
hope you can help
bye
Mark