|
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-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 01:00:01 2026 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.