Edit report at http://bugs.php.net/bug.php?id=54803&edit=1
ID: 54803 User updated by: vinirresko at hotmail dot com Reported by: vinirresko at hotmail dot com Summary: file_exists() error. -Status: Feedback +Status: Open Type: Bug Package: *Directory/Filesystem functions Operating System: Windows XP SP3 PHP Version: 5.3.6 Block user comment: N Private report: N New Comment: Right, now I'll sleep, but if it dons't work, I back to post here after. Previous Comments: ------------------------------------------------------------------------ [2011-05-18 10:56:29] paj...@php.net 5.3.0? Please try using 5.3.6 or a snapshot. ------------------------------------------------------------------------ [2011-05-18 10:54:30] vinirresko at hotmail dot com $test = var_dump(file_exists("/class/autenticacao.class.php")); Returned: bool(false) $test = var_dump(file_exists("C:\Arquivos de programas\EasyPHP5.3.0\www\class\autenticacao.class.php")); Returned: bool(true) I'm using Apache. //Sorry, i forget to update pach.. ------------------------------------------------------------------------ [2011-05-18 10:53:34] vinirresko at hotmail dot com $test = var_dump(file_exists("/class/autenticacao.class.php")); Returned: bool(false) $test = var_dump(file_exists("/class/autenticacao.class.php")); Returned: bool(true) I'm using Apache. ------------------------------------------------------------------------ [2011-05-18 10:48:22] paj...@php.net doh.... my mistake but... ok, let me rephrase: Please provide: - cacls output for this file - test using var_dump(file_exists($path)); - test with an relative path (as in /foo/bar.php not c:/foo/bar.php) and tell us how it works - test with an absolute path (as in c:/foo/bar.php not /foo/bar.php) and tell us how it works Which SAPI do you use? Apache? FastCgi? Can you try it using the command line too? ------------------------------------------------------------------------ [2011-05-18 10:44:15] vinirresko at hotmail dot com $test = var_dump("/class/autenticacao.class.php"); print $test; returned: string(29) "/class/autenticacao.class.php" have no junctions of the pach. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/bug.php?id=54803 -- Edit this bug report at http://bugs.php.net/bug.php?id=54803&edit=1