|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-11-23 00:11 UTC] jim
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 17:00:02 2025 UTC |
In the Win32 world of forward slashes "\", if the path string of the file sytem commands contain an "escape char", i.e. \r, \n, etc then the path to the file is not read correctly by PHP3. I.E. $cat=fopen("c:\home\result\new\xxx.dat","a"); is read as C:\home esult ew\xxx.dat. This is not that important, the work around is simply, don't use escape characters in the path string. just if you get around to fixing it.